Crate flawless_wasabi

source ·
Expand description

A WebAssembly ABI for flawless, inspired by io_uring.

Based on the idea that all calls between the guest and host space are done through one function called submit. This function will take a buffer as input and return a buffer as output. The input buffer contains commands serialized with bincode. Similarly, the output buffer will contain results of the commands serialized with bincode.

This crate contains the definitions of the types that are serialized and deserialized. It is shared between the guest and host.

Structs§

Enums§

Functions§