diff options
author | Yuta Saito <[email protected]> | 2022-07-06 02:14:07 +0000 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2022-07-06 11:59:38 +0900 |
commit | 76619bbb1198082e94716874777f282c59d2cc70 (patch) | |
tree | 60bee07e8336e874a6f820f5ba0c9c3d2e00a87f /wasm/README.md | |
parent | eaeb130b11fefe91aaf61f294ea32af76dada74f (diff) |
[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
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6091
Diffstat (limited to 'wasm/README.md')
-rw-r--r-- | wasm/README.md | 3 |
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 |