mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #1180 from palaviv/wasm-freeze-stdlib
freeze stdlib in WASM
This commit is contained in:
@@ -10,6 +10,10 @@ edition = "2018"
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[features]
|
||||
default = ["freeze-stdlib"]
|
||||
freeze-stdlib = ["rustpython-vm/freeze-stdlib"]
|
||||
|
||||
[dependencies]
|
||||
rustpython-compiler = { path = "../../compiler" }
|
||||
rustpython-parser = { path = "../../parser" }
|
||||
|
||||
Reference in New Issue
Block a user