From f13a5cd2dfedf6befa4b3dc11871c76bbb7db5ac Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Wed, 13 Aug 2025 13:31:23 +0900 Subject: [PATCH] docs: Update README.md (#208) Now it seems bulk memory is enabled by default in wat2wasm See: https://github.com/WebAssembly/wabt/pull/1728 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ea367..824b9ce 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ WebAssembly example: ``` 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