-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove caching in wasmer_wamr mode (#127)
* feat: expose fn to enable building a wasmer module outside of the ModuleCache trait * revert: accidentally removed comment * build: bump wasmer to 5.0.3 * Revert "build: bump wasmer to 5.0.3" This reverts commit cc5e49a. * chore: fmt + clippy * fix: scripts are executable * feat: ModuleCache is only exposed in wasmer_sys mode, build_module() is only exposed in wasmer_wamr mode, rename error variant for accuracy * test: smoke test for building module in wasmer_wamr mode * doc: cargo doc warning * chore: fmt * refactor: always export caching functionality -- avoid passing up feature flag conditionals that make the consuming code more complex and harder to understand * chore: empty list of features is unnecessary * chore: reduce git diff * chore: reduce git diff 2 * chore: reduce git diff 3 * chore: clippy * chore: meaningless empty features * chore: make internal-only types & crates private * chore: make scripts executable * chore: fmt * fix: high-level scripts run from root directory * chore: rename file * chore: reduce diff * chore: make internal fns private * chore: diff * feat: ensure consistent public api to avoid conditional imports * chore: tests mod is private Co-authored-by: ThetaSinner <[email protected]> * chore: doc comment clarification * revert: split error handling line * chore: typo --------- Co-authored-by: ThetaSinner <[email protected]>
- Loading branch information
1 parent
acecaca
commit c6d0e71
Showing
5 changed files
with
67 additions
and
29 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