8000 feat: not use gc in wasm · RustPython/RustPython@05da008 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05da008

Browse files
discord9youknowone
authored andcommitted
feat: not use gc in wasm
1 parent 77b4a3e commit 05da008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
crate-type = ["cdylib", "rlib"]
1212

1313
[features]
14-
default = ["freeze-stdlib", "gc_bacon"]
14+
default = ["freeze-stdlib"]
1515
gc_bacon = []
1616
freeze-stdlib = ["rustpython-vm/freeze-stdlib", "rustpython-pylib/freeze-stdlib", "rustpython-stdlib"]
1717
no-start-func = []

0 commit comments

Comments
 (0)
0