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 f60b07a commit e42454fCopy full SHA for e42454f
wapm.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustpython"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
5
license-file = "LICENSE"
6
readme = "README.md"
@@ -10,7 +10,7 @@ repository = "https://github.com/RustPython/RustPython"
10
11
source = "target/wasm32-wasi/release/rustpython.wasm"
12
abi = "wasi"
13
-interfaces = { wasi = "0.0.0-unstable" }
+# interfaces = { wasi = "0.0.1-snapshot" }
14
15
[[command]]
16
0 commit comments