feat: implement async web APIs with Asyncify stack unwinding - #43
Closed
nerocorp935 wants to merge 1 commit into
Closed
nerocorp935 wants to merge 1 commit into
nerocorp935 wants to merge 1 commit into
Conversation
Add AsyncWebAPI XS module with: - async_web_api.h/.c: Operation registry, host call bridge, Asyncify buffer - AsyncWebAPI.pm/.xs: Perl bindings for fetch(), await(), sleep() - Makefile.PL: Build configuration for XS module - Updated stubs/zeroperl.c: New API entrypoints + asyncify integration - Updated build pipeline: WASM compilation, asyncify imports, static linking - Updated Dockerfile: Copy XS module into build stage - Updated hints-wasi.sh: Enable Perl async capabilities
Author
|
Follow-up with validation evidence for the async web APIs work:
Reward pool for the underlying issue is still shown as funded and unclaimed on the bounty platform as of today; happy to coordinate with maintainers on any additional validation needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add AsyncWebAPI XS module with: