mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 23:49:28 +00:00
WASIX Preparation
This commit extracts changes to core libraries made in the WASIX branch. It is not reasonable to extract the partial commit history, so this is just a batch commit. The history will make a bit more sense again if we decide to merge the WASIX branch with full commit history.
This commit is contained in:
@ -39,7 +39,7 @@ impl CodeMemory {
|
||||
&mut self.unwind_registry
|
||||
}
|
||||
|
||||
/// Allocate a single contiguous block of memory for the functions and custom sections, and copy the data in place.
|
||||
/// Allocate a single contiguous block of memory at a fixed virtual address for the functions and custom sections, and copy the data in place.
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub fn allocate(
|
||||
&mut self,
|
||||
|
Reference in New Issue
Block a user