-
Notifications
You must be signed in to change notification settings - Fork 286
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
Add non-streaming Wasm module creation #1035
Merged
Merged
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a29fe77 - Browse repository at this point
Copy the full SHA a29fe77View commit details -
remove unnecessary pattern matches
We are guaranteed that only Payload::CodeSectionEntry follows until the code section is done.
Configuration menu - View commit details
-
Copy full SHA for b5de917 - Browse repository at this point
Copy the full SHA b5de917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bf9bf - Browse repository at this point
Copy the full SHA 15bf9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1fc54 - Browse repository at this point
Copy the full SHA 0f1fc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb14422 - Browse repository at this point
Copy the full SHA cb14422View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b1b36 - Browse repository at this point
Copy the full SHA b8b1b36View commit details -
re-rename ModuleStreamingParser back to ModuleParser
It will be handling both streaming and buffered Wasm module parsing.
Configuration menu - View commit details
-
Copy full SHA for 7e04a3e - Browse repository at this point
Copy the full SHA 7e04a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da89819 - Browse repository at this point
Copy the full SHA da89819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 478d743 - Browse repository at this point
Copy the full SHA 478d743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402e598 - Browse repository at this point
Copy the full SHA 402e598View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77111a - Browse repository at this point
Copy the full SHA e77111aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917db5b - Browse repository at this point
Copy the full SHA 917db5bView commit details -
use non-streaming Module creation everywhere
It should be the new default when applicable.
Configuration menu - View commit details
-
Copy full SHA for 62d5016 - Browse repository at this point
Copy the full SHA 62d5016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d27755 - Browse repository at this point
Copy the full SHA 2d27755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f7af7 - Browse repository at this point
Copy the full SHA 45f7af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2362989 - Browse repository at this point
Copy the full SHA 2362989View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb189e9 - Browse repository at this point
Copy the full SHA fb189e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c66abc - Browse repository at this point
Copy the full SHA 4c66abcView commit details
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.