Crate rustpython_wasm

Source

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