-
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.
refactor: reinstate module cache (#106)
* chore: set resolver to v2 * refactor: reinstate module cache * test: fix module caching * chore: update host package version to 0.0.91 * test(host): add test for cache * refactor: move all wasmer-types related items to holochain-wasmer * refactor(host): change identifier names according to refactors * docs: update changelog * test: fix module creation * test: comment out bench wasm_instance due to upstream memory leak * test: comment out bench wasm_module due to upstream memory leak * refactor: move ios precompiled module getter to holochain-wasmer * refactor: rename precompiled module fn * build: switch to llvm compiler * revert switch to llvm * chore: revert host crate version bump * test: fix concurrent calls * chore: add cargo lock * revert some formatting * comment bench * update docs * fix: use cache's runtime engine * bring back ios workaround * test: put module test behind test cfg
- Loading branch information
Showing
6 changed files
with
303 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[workspace] | ||
members = ["crates/host", "crates/common"] | ||
exclude = ["test"] | ||
|
||
resolver = "2" |
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.