Re-exports§
pub use vm_class::add_init_func;
Modules§
- browser_
module - convert
- eval
- exports
- A module containing all the wasm-bindgen exports that rustpython_wasm has
Re-export as
pub use rustpython_wasm::exports::*;
in the root of your crate if you want your wasm module to mimic rustpython_wasm’s API - js_
module - vm_
class - wasm_
builtins - Builtin function specific to WASM build.
Functions§
- panic_
hook - Sets error info on the window object, and prints the backtrace to console