Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/wasi-wabt
https://github.com/toyobayashi/wasi-wabt
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyobayashi/wasi-wabt
- Owner: toyobayashi
- Created: 2022-11-01T09:09:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T16:38:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:46:07.179Z (2 months ago)
- Language: JavaScript
- Homepage: https://toyobayashi.github.io/wasi-wabt/
- Size: 244 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build [wabt](https://github.com/WebAssembly/wabt) to `wasm32-wasi` with [wasi-sdk](https://github.com/WebAssembly/wasi-sdk),
and **run in browser**!Prerequest:
- WSL 2 / Linux / macOS
- CMake
- wasi-sdk
- Node.js / npm```bash
export WASI_SDK_PATH=/opt/wasi-sdk
``````bash
git clone https://github.com/toyobayashi/wasi-wabt
cd wasi-wabtchmod +x ./fetch.sh
chmod +x ./build.sh
./fetch.sh
./build.shnpm install
npm start
```