https://github.com/jackdbd/wasm-checkers
https://github.com/jackdbd/wasm-checkers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackdbd/wasm-checkers
- Owner: jackdbd
- License: mit
- Created: 2019-05-11T21:27:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T05:53:36.000Z (about 7 years ago)
- Last Synced: 2025-03-11T06:49:20.300Z (over 1 year ago)
- Language: WebAssembly
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-checkers
[](https://travis-ci.com/jackdbd/wasm-checkers) [](https://codecov.io/gh/jackdbd/wasm-checkers) [](https://renovateapp.com/) [](https://github.com/prettier/prettier)
TODO: add description
## Installation
```shell
yarn
```
The `.wasm` binary can be compiled from a `.wat` file with `wat2wasm`, from the [wabt](https://github.com/WebAssembly/wabt) toolchain. In order to install wat2wasm, refer to their documentation. You will likely need CMake, which is available as python wheel.