Skip to content

Commit

Permalink
Remove debug code from entrypoint/common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 24, 2024
1 parent 71653a2 commit cda123e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const WasmRunner = (rawOptions, SwiftRuntime) => {
};
const module = await WebAssembly.compile(wasmBytes);
const importObject = createWasmImportObject(extraWasmImports, module);
console.log(importObject)
const instance = await WebAssembly.instantiate(module, importObject);

if (swift && instance.exports.swjs_library_version) {
Expand Down

0 comments on commit cda123e

Please sign in to comment.