-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marin Veršić <[email protected]> add support for data-carrying enums Signed-off-by: Marin Veršić <[email protected]> refactor ffi library implementation Signed-off-by: Marin Veršić <[email protected]> improve wasm types FFI serialization Signed-off-by: Marin Veršić <[email protected]> introduce Opaque and out-pointers in IR Signed-off-by: Marin Veršić <[email protected]> introduce Transparent in IR, use it for fieldless enums Signed-off-by: Marin Veršić <[email protected]> remove Transmute in favor of Transparent Signed-off-by: Marin Veršić <[email protected]> Extend IR, make generic impls for slices and vectors Signed-off-by: Marin Veršić <[email protected]> add implementation for data-carrying enum Signed-off-by: Marin Veršić <[email protected]> separate FfiType and FfiConvert traits Signed-off-by: Marin Veršić <[email protected]> implement support for arrays Signed-off-by: Marin Veršić <[email protected]> prevent use-after-free in FFI method return Signed-off-by: Marin Veršić <[email protected]> fix review comments Signed-off-by: Marin Veršić <[email protected]>
- Loading branch information
Showing
62 changed files
with
3,206 additions
and
2,734 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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 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.