binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

asyncify - option to use multiple memories

Open wanderer opened this issue 3 years ago • 2 comments

There are a few implementation of the nascent multiple memory proposal now. Asyncify could benefit from using a dedicated memory, which would simplify the api since you wouldn't need to specify the memory offset where unwind data lives.

wanderer avatar Jul 06 '22 15:07 wanderer

cc @ashleynh

tlively avatar Jul 26 '22 15:07 tlively

I did it https://github.com/WebAssembly/binaryen/pull/4853

L-jasmine avatar Jul 30 '22 02:07 L-jasmine