wasm-c-api icon indicating copy to clipboard operation
wasm-c-api copied to clipboard

High-level memory API

Open SoniEx2 opened this issue 4 years ago • 0 comments

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.

SoniEx2 avatar Feb 03 '21 16:02 SoniEx2