-
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.
Merge pull request #99 from holochain/2023-09-20-wasmer3
2023 09 20 wasmer4
- Loading branch information
Showing
19 changed files
with
1,730 additions
and
1,452 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ authors = [ "thedavidmeister", "[email protected]" ] | |
edition = "2021" | ||
|
||
[dependencies] | ||
wasmer = "=2.3.0" | ||
wasmer = "=4.2.2" | ||
wasmer-middlewares = "=4.2.2" | ||
holochain_wasmer_common = { version = "=0.0.85", path = "../common" } | ||
holochain_serialized_bytes = "=0.0.53" | ||
serde = "1" | ||
|
@@ -16,6 +17,7 @@ parking_lot = "0.12" | |
once_cell = "1" | ||
rand = "0.8" | ||
bimap = "0.6" | ||
bytes = "1" | ||
|
||
[lib] | ||
name = "holochain_wasmer_host" | ||
|
@@ -25,5 +27,4 @@ path = "src/host.rs" | |
[features] | ||
default = ["error_as_host"] | ||
debug_memory = [] | ||
error_as_host = ["holochain_wasmer_common/error_as_host"] | ||
dylib = ["wasmer/dylib"] | ||
error_as_host = ["holochain_wasmer_common/error_as_host"] |
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.