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 as JSON. Similarly, the output buffer will contain results of the commands serialized with JSON.

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

Structs§

Enums§

Functions§