forked from WasmEdge/wasmedge-rust-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Introduce
WasmEdge_FunctionInstanceGetData
to drop host …
…data (WasmEdge#84) * feat(rust-sys): drop host_data in `Function::drop` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): update `drop` of `ImportModule` and `Function` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sdk): update test code Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): update `drop` of `ImportModule` and `Function` Signed-off-by: Xin Liu <sam@secondstate.io> * refactor(rust-sys): update `ImportModule::drop` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): remove debug code Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sdk): remove debug code Signed-off-by: Xin Liu <sam@secondstate.io> * version(rust-sdk): bump to `0.13.0` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): supress clippy warning Signed-off-by: Xin Liu <sam@secondstate.io> * ci(ci-build): update rust version Signed-off-by: Xin Liu <sam@secondstate.io> * ci(standalone): update rust version Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): update rustdoc Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sdk): update rustdoc and `README` Signed-off-by: Xin Liu <sam@secondstate.io> * chore(rust-sys): update dependencies Signed-off-by: Xin Liu <sam@secondstate.io> * ci: update to `macos-13` Signed-off-by: Xin Liu <sam@secondstate.io> --------- Signed-off-by: Xin Liu <sam@secondstate.io>
- Loading branch information
Showing
12 changed files
with
266 additions
and
48 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
Oops, something went wrong.