We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e6fb35 + 7ab358a commit 0429edaCopy full SHA for 0429eda
lib/ruby_wasm/build/product/wasi_vfs.rb
@@ -2,7 +2,7 @@
2
3
module RubyWasm
4
class WasiVfsProduct < BuildProduct
5
- WASI_VFS_VERSION = "0.1.1"
+ WASI_VFS_VERSION = "0.5.0"
6
7
def initialize(build_dir)
8
@build_dir = build_dir
lib/ruby_wasm/build/toolchain.rb
@@ -56,7 +56,7 @@ class WASISDK < Toolchain
56
def initialize(
57
wasi_sdk_path = ENV["WASI_SDK_PATH"],
58
build_dir: nil,
59
- version_major: 14,
+ version_major: 20,
60
version_minor: 0,
61
binaryen_version: 108
62
)
0 commit comments