Skip to content

Commit

Permalink
Return wasmURL as string
Browse files Browse the repository at this point in the history
  • Loading branch information
pfroud committed Aug 30, 2022
1 parent b711161 commit b2fc8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const wasmURL =

initWASM({
locateFile() {
return wasmURL;
return String(wasmURL);
},
});

0 comments on commit b2fc8df

Please sign in to comment.