Skip to content

Commit c1b2c39

Browse files
Specify absolute path as build dir
because it's used to point wasi-vfs cli executable
1 parent f483e7b commit c1b2c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/packaging.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wasi_vfs = RubyWasm::WasiVfsProduct.new("build")
1+
wasi_vfs = RubyWasm::WasiVfsProduct.new(File.join(Dir.pwd, "build"))
22
wasi_sdk = TOOLCHAINS["wasi-sdk"]
33
tools = {
44
"WASI_VFS_CLI" => wasi_vfs.cli_bin_path,

0 commit comments

Comments
 (0)