-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
piecrust: switch from
wasmer
to wasmtime
We switch WebAssembly runtime - from `wasmer` to `wasmtime` - to make use of the features it has available, notably `memory64` support. In the process we are one step further to having 64-bit contracts, and have gotten rid of the 4 page minimum memory requirement. See-also: #281
- Loading branch information
Eduardo Leegwater Simões
committed
Oct 23, 2023
1 parent
45edf62
commit f0817ae
Showing
12 changed files
with
477 additions
and
542 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
Oops, something went wrong.