Skip to content

Commit 1f06bec

Browse files
committed
Rename the WASI module name to "wasi_unstable".
1 parent ee28469 commit 1f06bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libc-bottom-half/headers/public

libc-bottom-half/headers/public/wasi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ _Static_assert(sizeof(__wasi_subscription_t) == 56, "non-wasi data layout");
543543
_Static_assert(_Alignof(__wasi_subscription_t) == 8, "non-wasi data layout");
544544

545545
#define __WASI_SYSCALL_NAME(name) \
546-
__attribute__((__import_module__("wasi"), __import_name__(#name)))
546+
__attribute__((__import_module__("wasi_unstable"), __import_name__(#name)))
547547

548548
__wasi_errno_t __wasi_clock_res_get(
549549
__wasi_clockid_t clock_id,

0 commit comments

Comments
 (0)