remove tracing instrumenation from wasm
This commit is contained in:
parent
044d7e6dd0
commit
d941676890
|
@ -111,7 +111,7 @@ fn prelude() -> HashMap<Key, Value> {
|
||||||
#[wasm_bindgen]
|
#[wasm_bindgen]
|
||||||
pub async fn ludus(src: String) {
|
pub async fn ludus(src: String) {
|
||||||
// instrument wasm to report rust panics
|
// 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
|
// leak the source so it lives FOREVER
|
||||||
let src = src.to_string().leak();
|
let src = src.to_string().leak();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user