diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f555b3618a..d57e4504490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ### Added ### Changed +- [#3075](https://github.com/wasmerio/wasmer/pull/3075) Remove __wbindgen_thread_id ### Fixed diff --git a/lib/wasi/src/lib.rs b/lib/wasi/src/lib.rs index 74a7ff15530..2fa44e0f887 100644 --- a/lib/wasi/src/lib.rs +++ b/lib/wasi/src/lib.rs @@ -113,12 +113,6 @@ impl From for u32 { } } -#[cfg(target_family = "wasm")] -#[link(wasm_import_module = "__wbindgen_thread_xform__")] -extern "C" { - fn __wbindgen_thread_id() -> u32; -} - #[derive(Debug, Clone)] pub struct WasiThread { /// ID of this thread