mirror of
https://github.com/vsariola/sointu.git
synced 2025-10-05 11:35:00 -04:00
docs: Update README.md (#208)
Now it seems bulk memory is enabled by default in wat2wasm See: https://github.com/WebAssembly/wabt/pull/1728
This commit is contained in:
@ -189,7 +189,7 @@ WebAssembly example:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sointu-compile -o . -arch=wasm tests/test_chords.yml
|
sointu-compile -o . -arch=wasm tests/test_chords.yml
|
||||||
wat2wasm --enable-bulk-memory test_chords.wat
|
wat2wasm test_chords.wat
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are looking for an easy way to compile an executable from a Sointu song
|
If you are looking for an easy way to compile an executable from a Sointu song
|
||||||
|
Reference in New Issue
Block a user