move wasm.js into separate file

This commit is contained in:
velzie 2024-08-02 17:30:29 -04:00
parent 929dfcca24
commit cb395552c8
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
9 changed files with 33 additions and 7 deletions

View file

@ -15,6 +15,7 @@ export class ScramjetController {
trysetfn: "$scramjet$tryset",
importfn: "$scramjet$import",
rewritefn: "$scramjet$rewrite",
wasm: "/scramjet.wasm.js",
shared: "/scramjet.shared.js",
worker: "/scramjet.worker.js",
thread: "/scramjet.thread.js",