We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36997e1 commit d7fdc5cCopy full SHA for d7fdc5c
wasm/lib/src/lib.rs
@@ -12,6 +12,7 @@ use rustpython_vm::VirtualMachine;
12
use wasm_bindgen::{prelude::*, JsCast};
13
14
// Hack to comment out wasm-bindgen's typescript definitons
15
+#[wasm_bindgen(typescript_custom_section)]
16
const TS_CMT_START: &'static str = "/*";
17
18
fn py_str_err(vm: &mut VirtualMachine, py_err: &PyObjectRef) -> String {
0 commit comments