-
### Describe the bug
`clock_nanosleep` with TIMER_ABSTIME does not return if it is called in a thread different from the main thread, using `wasmer`.
Conditions are:
* wasi-libc HEAD:…
-
When doing a wasi-sdk build using latest `master` branch of LLVM since https://github.com/llvm/llvm-project/commit/c352fa7407122ee62d990d6b82551650149f98d4, libc++ build fails with something like:
…
-
### 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…
-
wasm-interp --enable-exceptions test
```sh
error initializing module: invalid import "env.saveSetjmp"
```
-
Given WASI's CloudABI heritage I understand why preopens currently are the way that they are.
But they feel like something that should be just an host implementation detail. Ie. could the following…
-
Hello, I'm currently experimenting with sockets in WAMR on Zephyr, and I'm encountering some challenges.
1. I've adapted a section of the Zephyr socket API.
2. I'm attempting to run an HTTP client o…
-
I work on a Swift testing library, swift-testing (https://github.com/apple/swift-testing). I'm looking at adding Wasm/WASI support using the SwiftWasm toolchain (https://www.swiftwasm.org/). One of th…
-
recent wasi-libc is broken if you put main in a library.
test case: https://github.com/yamt/garbage/tree/d422b1073125b3fc8f843ce4b12280ab3982fb84/c/main_in_lib
```
spacetanuki% ./build-native.sh
…
yamt updated
4 months ago
-
[wasi-libc](https://github.com/WebAssembly/wasi-libc) by default builds **without** thread support, and threads are a separate target `wasm32-wasi-threads`.
[wasix-libc](https://github.com/wasix-org/…
-
# Summary
This is a proposal to add [wasi-sockets](https://github.com/WebAssembly/wasi-sockets) support to `wasi-libc` as a first step towards full WASI Preview 2 support. This includes adding a n…
dicej updated
6 months ago