We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63fcd2 commit c9b4d14Copy full SHA for c9b4d14
crates/guest-rust/rt/src/async_support.rs
@@ -444,7 +444,7 @@ fn context_get() -> *mut u8 {
444
#[cfg(target_arch = "wasm32")]
445
#[link(wasm_import_module = "$root")]
446
extern "C" {
447
- #[link_name = "[context-get-1]"]
+ #[link_name = "[context-get-0]"]
448
fn get() -> *mut u8;
449
}
450
@@ -460,7 +460,7 @@ unsafe fn context_set(value: *mut u8) {
460
461
462
463
- #[link_name = "[context-set-1]"]
+ #[link_name = "[context-set-0]"]
464
fn set(value: *mut u8);
465
466
0 commit comments