44584bccfc31209b716e55bfdbca36a63d8314e5
This commit refactors and reorganises the `memory.rs` module. Now, it consists of two submodules: `memory::ptr` which contains `GuestPtr` and `GuestRef` (and their mutable versions), and `memory::array` which contains `GuestArray` and `GuestArrayRef` (and their mutable versions). This commit also adds basic unit sanity tests for the `memory::ptr` submodule.
wiggle
An experimental implementation of bytecodealliance/wig crate which
generates Rust bindings from *.witx that are meant to be more idiomatic
and hopefully allowing for easier polyfilling between different WASI
snapshot versions in the future.
Description
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%