mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 03:08:22 +00:00
Initial update for migration-to-3.0.0 for MemoryView
This commit is contained in:
@@ -117,6 +117,9 @@ env_mut.memory = Some(instance.exports.get_memory("memory"));
|
||||
env_mut.alloc_guest_memory = Some(instance.exports.get_typed_function("__alloc"));
|
||||
```
|
||||
|
||||
### New `MemoryView` API
|
||||
|
||||
Adding the new memory view API (and show how people can update from previous usage)
|
||||
|
||||
### Managing imports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user