Skip to content

Release 1.1.1

Compare
Choose a tag to compare
@RReverser RReverser released this 03 Mar 15:44
· 9 commits to master since this release

(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) ->
          ...