Skip to content

Commit

Permalink
fix tail
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemetMS committed Feb 1, 2023
1 parent 4b01f21 commit 883279c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/twgsl/tail.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ return Module;
else root["twgsl"] = factory();
})(typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this, () => {
const initialize = (wasmPath) => {
wasmPath = wasmPath || 'twgsl.wasm' return new Promise(resolve => {
wasmPath = wasmPath || 'twgsl.wasm'
return new Promise(resolve => {
Module({
locateFile() {
return wasmPath;
Expand Down

0 comments on commit 883279c

Please sign in to comment.