Initial update for migration-to-3.0.0 for MemoryView

This commit is contained in:
Felix Schütt
2022-08-23 13:38:08 +02:00
parent ec959640a3
commit d0dd830306

View File

@@ -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