https://github.com/bokuweb/wasi-threads-sandbox
https://github.com/bokuweb/wasi-threads-sandbox
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokuweb/wasi-threads-sandbox
- Owner: bokuweb
- Created: 2024-01-20T07:03:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T09:55:42.000Z (over 2 years ago)
- Last Synced: 2025-02-01T22:16:27.173Z (over 1 year ago)
- Language: WebAssembly
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
cargo build --target wasm32-wasi-preview1-threads --release
cp target/wasm32-wasi-preview1-threads/release/wasi-threads.wasm wasi-threads.wasm
node index.js
```