mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
15 lines
234 B
Markdown
15 lines
234 B
Markdown
Requirements: sointu binaries, `wabt`
|
|
|
|
To generate the .wasm file:
|
|
|
|
```
|
|
sointu-compile -o . -arch=wasm tests/test_chords.yml
|
|
wat2wasm --enable-bulk-memory test_chords.wat
|
|
```
|
|
|
|
To run the example:
|
|
|
|
```
|
|
npx serve examples/code/wasm
|
|
```
|