-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(rust-sys): implement `create_with_data` and `host_data` to support new c-apis Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): export Finalizer type Signed-off-by: Xin Liu <[email protected]> * feat(rust-sdk): implement `host_data` in Instance Signed-off-by: Xin Liu <[email protected]> * feat(rust-sdk): implement `build_with_data` in ImportObjectBuilder Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): export Finalizer type Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): format code Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update `create_with_data` in ImportModule Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update `build_with_data` in ImportObjectBuilder Signed-off-by: Xin Liu <[email protected]> * feat(rust-types): implement Send and Sync for NeverType Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update `host_data` in Instance Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update `host_data` in Instance Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update `host_data` in Instance Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update `host_data` in Instance Signed-off-by: Xin Liu <[email protected]> * refactor(rust-sys): refactor `ImportModule` Signed-off-by: Xin Liu <[email protected]> * refactor(rust-sdk): refactor `ImportObjectBuilder` and `ImportObject` Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): impl `Default` for `ImportObjectBuilder` Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update example and test code Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update test code Signed-off-by: Xin Liu <[email protected]> --------- Signed-off-by: Xin Liu <[email protected]>
- Loading branch information
Showing
22 changed files
with
317 additions
and
167 deletions.
There are no files selected for viewing
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
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.