-
### Summary
after add a custom import function in wasm, the c-api wasi_get_imports will failed to resolve that import
### Additional details
Provide any additional details here.
-
I was getting a crash when initializing a wasm module that used wasi-vfs. I was using wasi-sdk 20 and thought that maybe I should build wasi-vfs against that to make sure that wasn't the issue. Howeve…
-
* there seems to be a consensus memory should be imported for wasi-threads. clarification: https://github.com/WebAssembly/wasi-threads/pull/20
* on the other hand, it's said that memory should be exp…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
I came across below from [rust-lang making a triple wasm32-wasi-preview1-threads](https://github.com/rust-lang/rust/pull/112922#issuecomment-1632394649)
> That's not right, [wasi-threads](https://g…
-
[Mio](https://github.com/tokio-rs/mio) has limited support for the `wasm32-wasi` target and I think it should therefore be possible to implement support here too, using WASI's `poll_oneoff` interface.…
-
I successfully built rust-skia on `wasm32-wasip1-threads` target and ran in the browser (Chrome). The renderer used was webgl2, and GL in rust-skia. I had to create the glue code myself, referring to…
namse updated
5 months ago
-
In a discussion yesterday with @sbc100 and @sunfishcode, we considered whether it might be necessary to add a second API call to the `wasi-threads` proposal to support early exit from threads. Since e…
-
This issue tracks support for the WebAssembly post-MVP "shared everything threads" (aka thread spawn) proposal in .NET
See #94351 for a summary of other WebAssembly proposals and their status.
#…
-
With the presence of shared memories and, eventually, with `wasi-threads` providing a way to spawn multiple Wasm threads, access to the WASI state will no longer be single-threaded. This state (e.g., …