remove tracing instrumenation from wasm

This commit is contained in:
Scott Richmond 2025-07-09 15:18:25 -04:00
parent 044d7e6dd0
commit d941676890

View File

@ -111,7 +111,7 @@ fn prelude() -> HashMap<Key, Value> {
#[wasm_bindgen]
pub async fn ludus(src: String) {
// instrument wasm to report rust panics
console_error_panic_hook::set_once();
// console_error_panic_hook::set_once();
// leak the source so it lives FOREVER
let src = src.to_string().leak();