Skip to content

Commit

Permalink
jsc/wasm32/wasm32.jsc: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 14, 2021
1 parent 838a8b6 commit aa07c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsc/wasm32/wasm32.jsc
Original file line number Diff line number Diff line change
Expand Up @@ -5528,7 +5528,7 @@ ThinThin.open_dynamic = async function (cpath, who, libinfo)
if (!bytes)
return -%{ENOENT};
let module = new Wasm32Module(this.process, bytes, path);
console.log('dlopen: ' + module)
console.log('dlopen: ' + path + " " + module)

await module.load(this, this.vm);

Expand Down

0 comments on commit aa07c15

Please sign in to comment.