-
### Zig Version
1fc42ed3e7ca0b74b54aaa827276d995d6c7c6cd
### Steps to Reproduce and Observed Behavior
1. Install Wasmtime 23.0.1 (maybe earlier?).
2. Run the standard library tests with `-fwasmtim…
-
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…
-
### Location
This affects our [platform support documentation](https://github.com/rust-lang/rust/blob/4c8bb79d9f565115637cc6da739f8389e79f3a29/src/doc/rustc/src/platform-support.md).
It specifically…
-
After https://github.com/WebAssembly/WASI/pull/197 has landed, `CLOCK_PROCESS_CPUTIME_ID`/`CLOCK_THREAD_CPUTIME_ID` are invalid in recent versions of `wasmtime`/`uvwasi`, even if targetting wasi snaps…
-
Is there a way how to add Web Assembly support?
I tried to compile it with `wasm-pack` and it fails, because `libc` is empty for the `wasm` target (see [this issue](https://github.com/rust-lang/lib…
-
Instantiation linking is a necessary method for processing imports (such as functions, globals, tables, and memory) of a Wasm module with given external values. Please refer to [Spec.](https://webasse…
-
I tried to install it on mac and got:
```
cargo install disktest
Updating crates.io index
Downloaded disktest v1.14.0
Downloaded 1 crate (13.6 KB) in 0.78s
Installing disktest v1.14.0
…
-
### Summary
related issue in wasmedge-quickjs: https://github.com/second-state/wasmedge-quickjs/issues/144
### Current State
raise segfault
### Expected State
wasmedge itself should n…
-
![image](https://github.com/user-attachments/assets/66055018-62a6-4297-b68c-de940d4cb6d8)
## Terminal Output
```sh
[root@computer] # cargo install --root /usr/local hyprsession
Updating cr…
-
I am looking at the prebuilt wasix-sysroot, which I downloaded from the workflow run
https://github.com/wasix-org/wasix-libc/actions/runs/6268266259
I am wondering about two things
- `triple`…