Skip to content

Commit 4ccaeb1

Browse files
committed
increased asyncify data end to match stack size for built wasm modules
1 parent b2f5dcd commit 4ccaeb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/asyncify/src/AsyncWasmInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class AsyncWasmInstance {
3535

3636
private static _dataAddr = 16;
3737
private static _dataStart = AsyncWasmInstance._dataAddr + 8;
38-
private static _dataEnd = 1024;
38+
private static _dataEnd = 24576;
3939

4040
private _instance: WasmInstance;
4141
private _wrappedImports: WasmImports;

0 commit comments

Comments
 (0)