bytecodealliance / ComponentizeJS

JS -> WebAssembly Component
Apache License 2.0
242 stars 32 forks source link

feat: support fetch via async functions #131

Closed guybedford closed 2 months ago

guybedford commented 3 months ago

Adds support for fetch by supporting asynchronous functions for defined internal functions being componentized and async function support runs the event loop to completion on each function call to get the promise completion.