-
The [WASI libc stat implementation](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/cloudlibc/src/libc/sys/stat/stat_impl.h#L24) doesn't currently assign the following fields in…
-
Following the pattern `--` , values defined for `sysconfig.get_platform()` and `sysconfig.get_config_vars('MULTIARCH')`:
shell.wasm.sh : `wasm_1_emscripten` or `wasm_1pic_emscripten`
TODO: iirc…
pmp-p updated
2 years ago
-
```
usl/src/complex/cacosl.o /home/qgb/gitlab/fdroiddata/build/srclib/wasi-sdk/src/wasi-libc/build/libc-top-half/musl/src/complex/ctanf.o /home/qgb/gitlab/fdroiddata/build/srclib/wasi-sdk/src/wasi-…
-
Thread IDs are a design mistake and many OSes are moving away from them (e.g. pidfd on Linux, HANDLE on Windows). The main issue is that the lifetime of a thread ID is tied to the lifetime of a thread…
-
`cargo-wasi` is being archived, so users need a replacement.
`cargo-wasix` could be what we should use and recommend instead. But it currently requires/install the `wasix-libc` as well as an old Ru…
-
```
$ tinygo build -wasm-abi=generic -target=wasi -o main.wasm main.go
# github.com/alphahorizonio/unisockets/pkg/unisockets
../../../../../../../usr/local/lib/tinygo/lib/wasi-libc/sysroot/include/…
-
(this probably doesn't belong here, but I couldn't decide which repo to raise it on)
Steps to reproduce:
1. clone https://github.com/aidanhs/wasm-stack-clobber
2. enter the repo directory
3. dow…
-
Hi,
has anyone thought about it yet? So far - not even thinking of compiling libomp to wasm - even a minimal example fails in the backend, e.g.:
```
#pragma optimize off
#include
#include
…
-
I was playing around with https://github.com/alphahorizonio/unisockets and I've noticed some issues when compiling its code for `wasi`, narrowed it down to the snippet below and it seems like it's the…
-
Hi,
I noticed this patch:
https://github.com/bytecodealliance/wasm-micro-runtime/blob/106974d9157750941940a974a2741f6f84633a27/test-tools/build-wasi-sdk/patches/wasi_libc.patch
is not in the …