Skip to content

Commit 7ab358a

Browse files
build: Update wasi-vfs to 0.5.0
0.5.0 includes a fix for WASI SDK 20.0 + reactor
1 parent 65f4f5a commit 7ab358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.4.0"
5+
WASI_VFS_VERSION = "0.5.0"
66

77
def initialize(build_dir)
88
@build_dir = build_dir

0 commit comments

Comments
 (0)