-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Asyncify currently has a fixed data end pointer.
It should be a dynamic one that changes based on the built modules ASYNCIFY_STACK_SIZE.
export class AsyncWasmInstance {
public static requiredExports: readonly string[] = [
"asyncify_start_unwind",
"asyncify_stop_unwind",
"asyncify_start_rewind",
"asyncify_stop_rewind",
"asyncify_get_state",
];
private static _dataAddr = 16;
private static _dataStart = AsyncWasmInstance._dataAddr + 8;
private static _dataEnd = 24576;Metadata
Metadata
Assignees
Labels
No labels