Expand description
Work with WASM program memory in backends.
Structs§
- Memory
Access Manager - Memory access manager. Allows to pre-register memory accesses, and pre-process, them together. For example:
- Wasm
Memory Read - Read access wrapper.
- Wasm
Memory Read As - Read static size type access wrapper.
- Wasm
Memory Read Decoded - Read decoded type access wrapper.
- Wasm
Memory Write - Write access wrapper.
- Wasm
Memory Write As - Write static size type access wrapper.
Enums§
- Memory
Access Error - Process
Access Error - Memory access error during sys-call that lazy-pages have caught. 0 index is reserved for an ok result.
Traits§
- Memory
Access Recorder - Memory accesses recorder/registrar, which allow to register new accesses.
- Memory
Owner