Workaround for Rust compiler bug

This commit is contained in:
Fabian 2020-12-31 19:14:30 -06:00
parent 8a0e31da16
commit 5e48b2da83

View file

@ -176,6 +176,7 @@ function V86Starter(options)
},
"__indirect_function_table": wasm_table,
"_ZN4core9panicking18panic_bounds_check17h6d2ba6bb9e0154e4E": function() {}
};
let v86_bin = DEBUG ? "v86-debug.wasm" : "v86.wasm";