-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the allocator to allocate the input parameters of the VM (#188)
* Add an intermediary `Prepare` step when starting a VM * Add Prepare::read_memory, write_memory, and grow_memory * Add Prepare::memory_size * Use the allocator to allocate the input data * Add Prepare::into_prototype in case of error * Fix warnings * CHANGELOG * PR number in CHANGELOG * Doclinks fixes * Remove minimum memory size param from start, as this can now be done manually anyway * Fix warning * Remove obsolete test
- Loading branch information
Showing
6 changed files
with
467 additions
and
207 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.