summaryrefslogtreecommitdiff
path: root/wasm
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2022-07-06 02:14:07 +0000
committerYuta Saito <kateinoigakukun@gmail.com>2022-07-06 11:59:38 +0900
commit76619bbb1198082e94716874777f282c59d2cc70 (patch)
tree60bee07e8336e874a6f820f5ba0c9c3d2e00a87f /wasm
parenteaeb130b11fefe91aaf61f294ea32af76dada74f (diff)
downloadruby-76619bbb1198082e94716874777f282c59d2cc70.tar.gz
[wasm] get rid of workaround use of older binaryen and update to latest
We no longer need to use older version of binaryen since the blocker issue has been resolved https://github.com/WebAssembly/binaryen/issues/4401
Diffstat (limited to 'wasm')
-rw-r--r--wasm/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/wasm/README.md b/wasm/README.md
index 4269bc33cf..050030e514 100644
--- a/wasm/README.md
+++ b/wasm/README.md
@@ -7,8 +7,7 @@
- Ruby (the same version as the building target version) (baseruby)
- GNU make
- [WASI SDK](https://github.com/WebAssembly/wasi-sdk) 14.0 or later
-- [Binaryen](https://github.com/WebAssembly/binaryen) **version 91**
- - See also: https://github.com/WebAssembly/binaryen/issues/4401
+- [Binaryen](https://github.com/WebAssembly/binaryen) version 106 or later
- Linux or macOS build machine
### Steps