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 1ea3c61 commit 68e954dCopy full SHA for 68e954d
src/mono/wasm/runtime/es6/dotnet.es6.pre.js
@@ -5,4 +5,3 @@ Module["getMemory"] = function () { return wasmMemory; }
5
Module["getWasmIndirectFunctionTable"] = function () { return wasmTable; }
6
createDotnetRuntime = Module = createDotnetRuntime(Module);
7
Module["getMemory"] = function () { return wasmMemory; }
8
-Module["getWasmIndirectFunctionTable"] = function () { return wasmTable; }
0 commit comments