An open API service indexing awesome lists of open source software.

https://github.com/lenqwang/webassembly-demo

Created with CodeSandbox
https://github.com/lenqwang/webassembly-demo

Last synced: 3 months ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

        

## How to use this project

- `brew installcmake`
- [git clone binaryen --depth=1](https://github.com/WebAssembly/binaryen)
- `cd binaryen && cmake . && make`
- Done!

## Running

```sh
./binaryen/bin/asm2wasm -o add.wasm # 编译成wasm并导出到add.wasm
serve . # please install serve if your locale is not found the command
```