Merge pull request #1180 from palaviv/wasm-freeze-stdlib

freeze stdlib in WASM
This commit is contained in:
Windel Bouwman
2019-07-26 21:11:48 +02:00
committed by GitHub

View File

@@ -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" }