Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ js_module.rs
File
js_module.rs
crates/wasm/src/js_module.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
pub(crate) use _js::{PyJsValue, PyPromise};
2
3
#[pymodule]
4
mod _js {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected