Skip to content

Commit 5dfcb19

Browse files
Bump WASI SDK to version 25
It includes some new stubs (like fchmod) and they are necessary to build the latest ruby/ruby revisions. WebAssembly/wasi-libc@cc62fa8
1 parent 72689cb commit 5dfcb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build/toolchain.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class WASISDK < Toolchain
5656
def initialize(
5757
wasi_sdk_path = ENV["WASI_SDK_PATH"],
5858
build_dir: nil,
59-
version_major: 21,
59+
version_major: 25,
6060
version_minor: 0,
6161
binaryen_version: 108
6262
)

0 commit comments

Comments
 (0)