asyncify
asyncify copied to clipboard
Standalone Asyncify helper for Binaryen
Export the 'Asyncify' object to allow users to further customize behavior
I needed a larger stack for one of my projects, so I fixed all those magic numbers and made it so it can use __stack_pointer if exported and so on....
## Expected Behavior Print the following ``` 1 42 114514 2 42 114514 3 ``` which is the output of both `wasm-shell` and `WebAssembly.instantiateStreaming` ## Actual Behavior ``` 1 42...