Files
Jeong YunWon eac8968f84 Add wasm runtime and fix the example code to actually run
Co-Authored-By: Valentyn Faychuk <valy@faychuk.com>
Co-Authored-By: Lee Dogeon <dev.moreal@gmail.com>
2025-11-17 21:30:28 +09:00

16 lines
272 B
TOML

[package]
name = "rustpython-without-js"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
getrandom = "0.3"
rustpython-vm = { path = "../../../crates/vm", default-features = false, features = ["compiler"] }
[workspace]
[patch.crates-io]