We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3379e1c commit 7d5a013Copy full SHA for 7d5a013
Python/emscripten_trampoline.c
@@ -35,7 +35,6 @@ _PyEM_TrampolineCall_inner, (int* success,
35
env: { __indirect_function_table: wasmTable, memory: wasmMemory },
36
});
37
_PyEM_TrampolineCall_inner = trampolineInstance.exports.trampoline_call;
38
- console.log("Assigned _PyEM_TrampolineCall_inner!");
39
} catch (e) {
40
// Compilation error due to missing wasm-gc support, fall back to JS
41
// trampoline
0 commit comments