YUes I am god

This commit is contained in:
velzie 2024-08-25 23:04:31 -04:00
parent 5024e19c08
commit c61e62ec91
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 56 additions and 8 deletions

View file

@ -16,12 +16,16 @@ export class ScramjetController {
importfn: "$scramjet$import",
rewritefn: "$scramjet$rewrite",
metafn: "$scramjet$meta",
setrealmfn: "$scramjet$setrealm",
wasm: "/scramjet.wasm.js",
shared: "/scramjet.shared.js",
worker: "/scramjet.worker.js",
thread: "/scramjet.thread.js",
client: "/scramjet.client.js",
codecs: "/scramjet.codecs.js",
flags: {
serviceworkers: true,
},
};
this.config = Object.assign({}, defaultConfig, config);