Skip to content

Commit 346b137

Browse files
expose wasi-vfs product from rake task
1 parent 5e9694f commit 346b137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ruby_wasm/rake_task.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class RubyWasm::BuildTask < ::Rake::TaskLib
1818
# zlib product to build.
1919
attr_reader :zlib
2020

21+
# wasi-vfs product used by the crossruby.
22+
attr_reader :wasi_vfs
23+
2124
# BaseRuby product to build.
2225
attr_reader :baseruby
2326

0 commit comments

Comments
 (0)