-
Notifications
You must be signed in to change notification settings - Fork 786
Type-safe Embind port, compatible with the current API #7553
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
Draft
GulgDev
wants to merge
32
commits into
WebAssembly:main
Choose a base branch
from
GulgDev:c-embind
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.
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9cd6c7d
Initial commit: update CMakeLists and add some basic embind functiona…
GulgDev a8f3995
Extend embind functionality
GulgDev 515e6a1
Add automatic expression generation and move away from C API
GulgDev f23396f
Switch to direct bindings
GulgDev 38354b1
Transform expression factories into inline structs
GulgDev 4216539
Merge branch 'main' of https://github.com/WebAssembly/binaryen into c…
GulgDev f87350c
Switch to C++ API
GulgDev 9da6d8b
Extend API
GulgDev 89e7f4f
Clean up
GulgDev 8440c8f
Add more pass functions
GulgDev 91cf1ee
Fix bugs
GulgDev d1b425b
Fix memory corruption
GulgDev 5fde9ba
Fix the `Maximum call stack size exceeded` bug!
GulgDev b81cd4b
Extend expression wrapper field support
GulgDev 2341097
Make expression building functions return specific classes
GulgDev 6ff26de
Fix field bindings
GulgDev cb2bf97
Fix
GulgDev 0fb5df7
Add boolean fields & do some fixes
GulgDev 2fd493e
Add expression info & fix UB
GulgDev fd1d914
Refactor
GulgDev df7edea
Add vector field type
GulgDev c9eb24b
Add vector type to expression info
GulgDev 2e1fff2
Extend instruction set
GulgDev c1f9fd0
Add missing instructions
GulgDev db647e2
Update instructions
GulgDev f865de4
Fix const
GulgDev 64ee7d4
Fix bugs & update tests
GulgDev 7a35cd1
Add general instructions
GulgDev 9555a78
Add name list field & fix vector set
GulgDev 478a4f5
Add CallIndirect
GulgDev a3ef118
Fix `createType`
GulgDev ed6d36b
Add `isTee`
GulgDev 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.