-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(wasmtime-provider): build also when wasi feature is disabled Ensure the code compiles also when the `wasi` feature is disabled. Note well: some **internal** APIs have been changed. Since these changes are not visible to the consumers of the library there's no need to do a major/minor version bump. Signed-off-by: Flavio Castelli <[email protected]> * chore(deps): update wasmtime Update the wasmtime-provider crate to consume latest stable release of wasmtime. Signed-off-by: Flavio Castelli <[email protected]> * tests: extend GH workflows Prior to this commit, the GH workflow was running the tests using `cargo test --workspace`. This however didn't run the wasmtime-provider test with the `wasi` feature disabled. Because of that we didn't notice that building without the `wasi` feature enabled didn't work. Signed-off-by: Flavio Castelli <[email protected]> --------- Signed-off-by: Flavio Castelli <[email protected]>
- Loading branch information
Showing
3 changed files
with
53 additions
and
39 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