This repository was archived by the owner on Apr 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Expose the JavaScript Exception tag and allow importing it #269
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
587dafb
Add exceptional return to func_invoke in embedding doc
dschuff 15a47cf
review comments
dschuff 904a8fb
swap order of error/exception in func_invoke
dschuff fe0d00e
Expose the JavaScript Exception tag and allow importing it
dschuff ec302e1
review suggestions
dschuff fdf1b7c
Apply suggestions from code review
dschuff 997754d
fix typo
dschuff a276636
Merge branch 'main' into js-tag-import
dschuff 4799452
Merge branch 'main' into embedding-invoke
dschuff f57cdb8
add exception allocation
dschuff ccbee0f
udpate for exnref
dschuff 4d08a58
apply all suggestions other than exn_read
dschuff 74a92cb
add exn_read
dschuff b17459a
Update allocation, initialization, construction and call-exported-fn
dschuff fa07dea
fix linkage, syntax
dschuff ea5217b
fix typo
dschuff 1c958c2
fix vars
dschuff 46de060
Merge branch 'main' into exnref-js
dschuff 5b8380a
address comments
dschuff 4d03423
remove Tag parameter from getArg
dschuff d073cfe
remove 2 more spurious references to webassembly throw
dschuff b6a79f9
more properly allocate the JS exception tag, and wrap/unwrap JS excep…
dschuff 51338d7
apply review comments
dschuff dfdd0b9
inline throwing into 'create a host function' and define in terms of …
dschuff a80e7b3
Merge branch 'exnref-js' into js-tag-import
dschuff bc04bb4
update for exnref
dschuff 6c05eaa
remove leftover text
dschuff bece351
revert algorithm change
dschuff 41b08cf
add getter
dschuff d3c3ab6
Merge branch 'main' into js-tag-import
dschuff 8834860
Don't allow construction of a WebAssembly.Exception object with the J…
dschuff 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.