-
Hey team!
I wanted to use a .wasm module that has been compiled from Rust, using the `wasm32_wasip1_threads` target but it looks like this target required some imports from the host that are not bein…
-
Would you prepare libclang_rt.builtins-wasm32.a for wasm32-wasi-threads? In the wasi-sdk-24.0-x86_64-linux/lib/clang/18/lib, only wasi, wasip1, and wasip2 exist.
I manually linked libclang_rt.built…
-
I'm currently working on a .NET PDK prototype. NativeAOT-LLVM toolchain that I'm using generate WASI-compliant, completely AOTed `.wasm` binaries very well, and it also uses cutting-edge features like…
-
about /compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs
https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs#L61
now:
```rust:…
-
FYI, i created an experimental wasi-threads build: https://github.com/WebAssembly/wasi-sdk/pull/274#issuecomment-1367298708
-
Hi I am trying to compile the [OpenCV](https://github.com/opencv/opencv) source code (with the [contrib](https://github.com/opencv/opencv_contrib) modules) using WASI-SDK, as I was told by [this issue…
-
wasm_deinstantiate and aot_deinstantiate call wasi_nn_destroy only for !is_sub_inst.
on the other hand, wasm_runtime_get_wasi_nn_ctx seems to allocate the context for each instances.
probaby it …
-
https://github.com/ziglang/zig/blob/8573836892ba1b7cd34d377b46258930161256c3/lib/std/Thread/Pool.zig#L57
Here the spawn method dose not pass the allocator in, but wasi thread must need an allocator…
-
### Location
https://doc.rust-lang.org/rustc/platform-support/wasm32-wasip1-threads.html#building-the-target
### Summary
The section seems to suggest to add
```
[target.wasm32-wasip1-threads]
wa…
-
### Description
This issue is to track known issues in the early WASI-enabled runtime builds. These need to be resolved in order to have a proper supportable WASI-ready release.
- [x] Add `wasi-…