Release 1.1.1
(State machines are hard π )
This release should fix re-entrancy issues in scenarios where an imported function tries to call back into Wasm during an already runnning asynchronous call:
JS ->
await (Wasm export) ->
await (JS import) ->
await (another Wasm export) ->
await (another JS import) ->
...