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.
1 parent f483e7b commit c1b2c39Copy full SHA for c1b2c39
tasks/packaging.rake
@@ -1,4 +1,4 @@
1
-wasi_vfs = RubyWasm::WasiVfsProduct.new("build")
+wasi_vfs = RubyWasm::WasiVfsProduct.new(File.join(Dir.pwd, "build"))
2
wasi_sdk = TOOLCHAINS["wasi-sdk"]
3
tools = {
4
"WASI_VFS_CLI" => wasi_vfs.cli_bin_path,
0 commit comments