Skip to content

Commit 0429eda

Browse files
Merge pull request #238 from ruby/katei/update-wasi-sdk-20
Update default wasi-sdk version to 20.0
2 parents 4e6fb35 + 7ab358a commit 0429eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ruby_wasm/build/product/wasi_vfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module RubyWasm
44
class WasiVfsProduct < BuildProduct
5-
WASI_VFS_VERSION = "0.1.1"
5+
WASI_VFS_VERSION = "0.5.0"
66

77
def initialize(build_dir)
88
@build_dir = build_dir

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: 14,
59+
version_major: 20,
6060
version_minor: 0,
6161
binaryen_version: 108
6262
)

0 commit comments

Comments
 (0)