Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

an httpRequest implementation #83

Merged
merged 3 commits into from
Feb 8, 2024
Merged

an httpRequest implementation #83

merged 3 commits into from
Feb 8, 2024

Conversation

jacobheric
Copy link
Contributor

Node async fetch does not play well with wasm's synchronous host function execution. Rather than blocking the event loop in node to make wasm happy I've side-stepped wasm altogether in favor of an idiomatic async fetch.

Copy link
Contributor

@fritzstauff fritzstauff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jacobheric jacobheric merged commit 830d6d3 into main Feb 8, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants