Skip to content

Commit

Permalink
Merge pull request #477 from ruby/katei/update-wasi-sdk
Browse files Browse the repository at this point in the history
Update default WASI SDK version to 21.0
  • Loading branch information
kateinoigakukun committed Jun 19, 2024
2 parents 97105db + 103f5d4 commit 5015122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_wasm/build/toolchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class WASISDK < Toolchain
def initialize(
wasi_sdk_path = ENV["WASI_SDK_PATH"],
build_dir: nil,
version_major: 20,
version_major: 21,
version_minor: 0,
binaryen_version: 108
)
Expand Down

0 comments on commit 5015122

Please sign in to comment.