Files
RustPython/wapm.toml
2020-04-23 23:07:43 -05:00

18 lines
436 B
TOML

[package]
name = "rustpython"
version = "0.1.3"
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/RustPython/RustPython"
[[module]]
name = "rustpython"
source = "target/wasm32-wasi/release/rustpython.wasm"
abi = "wasi"
# interfaces = { wasi = "0.0.1-snapshot" }
[[command]]
name = "rustpython"
module = "rustpython"