Skip to content

Commit 862d935

Browse files
committed
Update wapm.toml
1 parent 7082abd commit 862d935

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wapm.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ repository = "https://github.com/RustPython/RustPython"
1010
name = "rustpython"
1111
source = "target/wasm32-wasi/release/rustpython.wasm"
1212
abi = "wasi"
13-
# interfaces = { wasi = "0.0.1-snapshot" }
1413

1514
[[command]]
1615
name = "rustpython"
1716
module = "rustpython"
17+
18+
[fs]
19+
"/lib/rustpython" = "Lib"

0 commit comments

Comments
 (0)