Skip to content

Commit

Permalink
Rename thread_spawn import (WebAssembly#387)
Browse files Browse the repository at this point in the history
Following the wit-defined ABI:
WebAssembly/wasi-threads#26
  • Loading branch information
yamt authored and john-sharratt committed Mar 6, 2023
1 parent 3859207 commit 83f60f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expected/wasm64-wasi/predefined-macros.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5409,6 +5409,7 @@
#define __DEFINED_wctype_t
#define __DEFINED_wint_t
#define __FINITE_MATH_ONLY__ 0
#define __FLOAT128__ 1
#define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float))
#define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex))
#define __FLT_DECIMAL_DIG__ 9
Expand Down

0 comments on commit 83f60f4

Please sign in to comment.