-
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.
Support for the WebAssembly `memory64` proposal is done by properly configuring wasmtime, and adapting the validation of the contracts accordingly. Imports also have to be adapted - in the sense that versions that take pointers as arguments have to now take 64-bit pointers, as opposed to 32-bit. Resolves #281
- Loading branch information
Eduardo Leegwater Simões
committed
Oct 24, 2023
1 parent
5ebf3e9
commit 8129ff7
Showing
6 changed files
with
459 additions
and
224 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
Oops, something went wrong.