From de7808b571a3b6c8224d676f985314f7eea035e7 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 23 Nov 2023 11:06:56 +0100 Subject: [PATCH] Readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08130f8..143488d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ node tests/runwasm.js test.wasm # Prerequisites - clang 8.0 or later - Special Nim config, like [this one](https://github.com/yglukhov/wasmrt/blob/master/tests/config.nims) -- [Optional] [wasm-gc](https://github.com/alexcrichton/wasm-gc) - a tool to compact your wasm file +- [Optional] [wasm-opt](https://github.com/WebAssembly/binaryen) - a tool to compact your wasm file # Run your wasm The wasm file generated this way is pretty standalone, and requires only the following JavaScript code to bootstrap: