Skip to content

Commit 68e954d

Browse files
committed
address review feedback
1 parent 1ea3c61 commit 68e954d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/wasm/runtime/es6/dotnet.es6.pre.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Module["getMemory"] = function () { return wasmMemory; }
55
Module["getWasmIndirectFunctionTable"] = function () { return wasmTable; }
66
createDotnetRuntime = Module = createDotnetRuntime(Module);
77
Module["getMemory"] = function () { return wasmMemory; }
8-
Module["getWasmIndirectFunctionTable"] = function () { return wasmTable; }

0 commit comments

Comments
 (0)