mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
YUes I am god
This commit is contained in:
parent
5024e19c08
commit
c61e62ec91
6 changed files with 56 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue