-
Notifications
You must be signed in to change notification settings - Fork 530
PR for JSPI #2199
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
Open
fgmccabe
wants to merge
36
commits into
main
Choose a base branch
from
jspi
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,133
−42
Open
PR for JSPI #2199
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
0c132a1
Initialize js-promise-integration repo
RossTate 5e252b0
Update README.md
fgmccabe 7506990
Pull interesting files from old branch
fgmccabe 3855376
Updated test suite for jspi to reflect new API
fgmccabe 928c4d7
A new document outlining some of the implementation issues in JSPI
fgmccabe f527538
Merge remote-tracking branch 'upstream/wasm-3.0'
fgmccabe e422a12
Update to reflect upstream changes to index.bs
fgmccabe 8586e74
Clarified how execution contexts get their status.
fgmccabe 8de2a62
Apply suggestions from code review
fgmccabe 48430f5
Slight refactor of the suspend operation
fgmccabe ab4b5d3
Revised, as suggested by reviewer.
fgmccabe bdbfe52
Merge pull request #47 from WebAssembly/newtests
fgmccabe d534850
Merge pull request #48 from WebAssembly/guide
fgmccabe 6604a37
Fix some minor typos
fgmccabe 82d7113
Merge remote-tracking branch 'spec/wasm-3.0'
backes 214c595
Merge pull request #50 from backes/merge-wasm3.0
fgmccabe 25d0481
Fix JSPI tests
yurydelendik b3cfd12
Merge pull request #52 from yurydelendik/fix-jspi-tests
fgmccabe b95be4c
Update index.bs
fgmccabe a94f54f
Update document/js-api/index.bs
fgmccabe 9a2299f
Update document/js-api/index.bs
fgmccabe 54e77cb
Update document/js-api/index.bs
fgmccabe 9aac0fc
Update index.bs
fgmccabe d89f2f7
Update index.bs
fgmccabe 9209ee7
Update index.bs
fgmccabe 0b8f557
Update index.bs
fgmccabe fe35784
Update index.bs
fgmccabe b0a8b76
Merge pull request #37 from WebAssembly/spec
fgmccabe 3a2016e
Add SuspendError
fgmccabe 4e4275d
Merge pull request #55 from WebAssembly/fgmccabe-patch-3
fgmccabe ce7705f
Adjust jspi to use new exception type.
fgmccabe 7b776cf
Apply suggestions from code review
fgmccabe a6f4953
Replace URLs with placeholders in macros.def
fgmccabe 9de61b6
Fix link replacements in macros.def
fgmccabe 46999cb
Remove draft note from release section
fgmccabe 51d6d53
Fix text formatting for Execution Context reference
fgmccabe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
181 changes: 181 additions & 0 deletions
181
proposals/js-promise-integration/ImplementationGuide.md
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this change too.