-
I'm trying to run a wasi program with threads enabled, but I'm getting the following when running it with wasmtime-go:
```go
package main
import (
"fmt"
"log"
"os"
"path/filepath"
"…
-
Hey all, I am trying to run a Rust binary that uses threads and am getting an unsupported platform error
```rust
fn main() {
std::thread::spawn(move || {
println!("Hello, world from thread…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Since the threading work is done in the external project (Wasmtime), a single tracking ticket is b…
-
Hi,
I trying to install LLVM-19.1.0-rc2 (https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.0-rc2)
OS: ubuntu22.04LTS
CPU architectiure: x86_64
RAM and intrenal space: 8GB and 256GB
…
-
Could it be because am using an older version 17 or there anything special that must be done to boost package before compiling for wasi.
Boost was built from source with the following bash script
…
-
I think #549 and WebAssembly/wasi-native-threads#48, present a qualitative change, however minor, from 'just an imported API' to where WASI would need some core features. I didn't think this should've…
-
## Report
Rinf does smoothly connect Flutter and Rust right now, but there's one clunky part left: the web.
On the web, with the curren target `wasm32-unknown-unknown`, many native functionaliti…
-
(Originally filed against jco as https://github.com/bytecodealliance/jco/issues/470).
To reproduce:
```
$ cat test.c
#include
int main() {
puts("hello");
}
$ .../wasi-sdk-22.0/bin/cla…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12097 |
|Radar | rdar://problem/58999122 |
|Original Repo…
-
There is an issue with rust wasi threads where using mpsc channel can hang / deadlock only when compiled in debug mode
With this code, with `wasm32-wasi-preview1-threads` target:
```
use std::syn…