File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ license.workspace = true
1010
1111[features ]
1212threading = [" parking_lot" ]
13+ wasm_js = [" getrandom/wasm_js" ]
1314
1415[dependencies ]
1516rustpython-literal = { workspace = true }
@@ -36,9 +37,6 @@ lock_api = "0.4"
3637siphasher = " 1"
3738num-complex.workspace = true
3839
39- [target .'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))' .dependencies ]
40- getrandom = { workspace = true , features = [" wasm_js" ] }
41-
4240[target .'cfg(windows)' .dependencies ]
4341widestring = { workspace = true }
4442windows-sys = { workspace = true , features = [
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ast = ["ruff_python_ast", "ruff_text_size"]
2424codegen = [" rustpython-codegen" , " ast" ]
2525parser = [" ast" ]
2626serde = [" dep:serde" ]
27- wasmbind = [" chrono/wasmbind " , " getrandom/wasm_js " , " wasm-bindgen" ]
27+ wasmbind = [" rustpython-common/wasm_js " , " chrono/wasmbind " , " wasm-bindgen" ]
2828
2929[dependencies ]
3030rustpython-compiler = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments