We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee28469 commit 1f06becCopy full SHA for 1f06bec
1 file changed
libc-bottom-half/headers/public/wasi.h
@@ -543,7 +543,7 @@ _Static_assert(sizeof(__wasi_subscription_t) == 56, "non-wasi data layout");
543
_Static_assert(_Alignof(__wasi_subscription_t) == 8, "non-wasi data layout");
544
545
#define __WASI_SYSCALL_NAME(name) \
546
- __attribute__((__import_module__("wasi"), __import_name__(#name)))
+ __attribute__((__import_module__("wasi_unstable"), __import_name__(#name)))
547
548
__wasi_errno_t __wasi_clock_res_get(
549
__wasi_clockid_t clock_id,
0 commit comments