mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
fix
This commit is contained in:
parent
0995fea192
commit
fc948fa394
2 changed files with 4 additions and 5 deletions
|
@ -29,7 +29,7 @@ function rewriteJsWasm(
|
|||
source: string | null,
|
||||
meta: URLMeta,
|
||||
module: boolean
|
||||
): { js: string | ArrayBuffer; map: Uint8Array | null; tag: string } {
|
||||
): { js: string | Uint8Array; map: Uint8Array | null; tag: string } {
|
||||
initSync({
|
||||
module: new WebAssembly.Module(self.REAL_WASM),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue