You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stdin is constant (or potentially empty), SharedArrayBuffer doesn’t seem necessary.
Besides that, another option would be to run Binaryen with the asyncify pass on the WebAssembly file in order to be able to run some code asynchronously. I have used Binaryen.js (from the AssemblyScript community) in the past for that effect, modifying the Wasm binary within the browser itself!
The text was updated successfully, but these errors were encountered:
When
stdin
is constant (or potentially empty),SharedArrayBuffer
doesn’t seem necessary.Besides that, another option would be to run Binaryen with the
asyncify
pass on the WebAssembly file in order to be able to run some code asynchronously. I have used Binaryen.js (from the AssemblyScript community) in the past for that effect, modifying the Wasm binary within the browser itself!The text was updated successfully, but these errors were encountered: