https://github.com/mafintosh/webassembly-binary-toolkit
The WebAssembly Binary toolkit installable through npm
https://github.com/mafintosh/webassembly-binary-toolkit
Last synced: 9 months ago
JSON representation
The WebAssembly Binary toolkit installable through npm
- Host: GitHub
- URL: https://github.com/mafintosh/webassembly-binary-toolkit
- Owner: mafintosh
- License: mit
- Created: 2017-06-26T11:56:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T16:33:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-30T10:14:06.824Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 61
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wasm - webassembly-binary-toolkit - The WABT tools installable as an npm package
README
# webassembly-binary-toolkit
The WebAssembly Binary toolkit installable through npm
``` sh
npm install -g webassembly-binary-toolkit
```
Will download and compile the WebAssembly tools from https://github.com/WebAssembly/wabt and https://github.com/WebAssembly/binaryen
Requires git, make and cmake to be installed.
After installing you'll be able to use all the WASM tools directly from you command line
``` sh
wat2wasm example.wat -o example.wasm
```
See the repos for more options.
## See also
* [wat2js](https://github.com/mafintosh/wat2js) - Compile .wat files to common js modules.
## License
MIT