Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream and apply fetch rework #2

Closed
wants to merge 60 commits into from

Conversation

noise64
Copy link

@noise64 noise64 commented Jun 3, 2024

nicoburniske and others added 30 commits April 30, 2024 11:24
SpiderMonkey uses the `encoding_c` Rust crate and comes bundled with it. This lead to either duplication or linking errors when using our own crate re-exporting `encoding_c`.

Instead, with this PR we just bundle a C header file for interacting with the crate's functionality, and rely on SpiderMonkey's version.
tschneidereit and others added 26 commits May 29, 2024 13:36
…ring wizening

The idea is that with this, builtins handling runtime events can dynamically load and execute a top-level script as needed.

This functionality isn't actually used in this commit, but will be in another commit changing how incoming HTTP requests are handled.
Gets back to passing all current tests, and most of the WPT suite that Fastly's JS Compute runtime passes.
This changes the implementation of the handle abstraction to make it more robust, and cleans it up at least somewhat.
This reverts commit 62acc86, reversing
changes made to 71bb6dc.
…ream-and-apply-fetch-rework

# Conflicts:
#	CMakeLists.txt
…eam-and-apply-fetch-rework

# Conflicts:
#	builtins/web/fetch/fetch_event.cpp
#	builtins/web/fetch/request-response.cpp
@noise64 noise64 closed this Jun 5, 2024
@noise64 noise64 deleted the update-upstream-and-apply-fetch-rework branch August 1, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants