wasm-c-api
wasm-c-api copied to clipboard
High-level memory API
See also #156
A "high-level" memory API, with operations like "read_u32", "read_bytes" and so on, would be highly appreciated. Unlike the raw memory API, it would automatically convert addresses/endianness as needed.
The current API doesn't handle endianness at all. This won't magically solve endianness issues but it would make some things easier at least.