Skip to content

Commit

Permalink
fix: dev server fails to start
Browse files Browse the repository at this point in the history
it complains about missing dependency in "wacl.js"
  • Loading branch information
urish committed Mar 17, 2024
1 parent 5ab5053 commit 804c8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wacl/wacl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import waclUrl from './wacl.wasm?url';
export const wacl = (function () {
function require() {
throw new Error('Dynamic requires are not currently supported by wacl');
}

var _Interp = null;
var _getInterp = null;
var _eval = null;
Expand Down

0 comments on commit 804c8ae

Please sign in to comment.