Skip to content

Commit

Permalink
[skip ci] Add missing dependency item binaryen
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 16, 2022
1 parent 45feb9e commit 0ac6845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ If you want to build Ruby for WebAssembly from source yourself, follow the below

- [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen): A language bindings generator for `wit` used in the npm packages. Install in `PATH`.
- [wasi-sdk](https://github.com/WebAssembly/wasi-sdk): Only for building for WASI target. Set `WASI_SDK_PATH` environment variable to the directory of wasi-sdk.
- [Binaryen](https://github.com/WebAssembly/binaryen): Only for building for WASI target. Install `wasm-opt` in `PATH`
- [wasi-vfs](https://github.com/kateinoigakukun/wasi-vfs): A virtual filesystem layer for WASI. Install CLI tool in `PATH`. Set `LIB_WASI_VFS_A` environment variable to the path to `libwasi_vfs.a`.
- [wasi-preset-args](https://github.com/kateinoigakukun/wasi-preset-args): A tool to preset command-line arguments to a WASI module. Install in `PATH`.
- [Emscripten](https://emscripten.org): Only for building for Emscripten target. Follow the official instructions to install.
Expand Down

0 comments on commit 0ac6845

Please sign in to comment.