Skip to content
Prev Previous commit
Next Next commit
rustpython_wasm uses the new feature
  • Loading branch information
youknowone committed Aug 8, 2024
commit b6e9a3f37e456319f4419a9e80846e6922142732
2 changes: 1 addition & 1 deletion wasm/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustpython-common = { workspace = true }
rustpython-pylib = { workspace = true, optional = true }
rustpython-stdlib = { workspace = true, default-features = false, optional = true }
# make sure no threading! otherwise wasm build will fail
rustpython-vm = { workspace = true, features = ["compiler", "encodings", "serde"] }
rustpython-vm = { workspace = true, features = ["compiler", "encodings", "serde", "wasmbind"] }

rustpython-parser = { workspace = true }

Expand Down