Skip to content

Commit

Permalink
fix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Aug 5, 2024
1 parent c648829 commit 3a9019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasmer.sh/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function main() {
// same chunk as @wasmer/sdk, each Web Worker will try to run this code and
// crash.
// See https://github.com/wasmerio/wasmer-js/issues/373
const { Wasmer, init, initializeLogger } = await import("@wasmer/sdk"});
const { Wasmer, init, initializeLogger } = await import("@wasmer/sdk");

await init({module: wasmerSDKUrl});
initializeLogger(logFilter);
Expand Down

0 comments on commit 3a9019c

Please sign in to comment.