#io-uring #serialization #abi #bincode #flawless #input

flawless-wasabi

A WebAssembly ABI for flawless, inspired by io_uring

15 releases

1.0.0-alpha… Feb 26, 2024
1.0.0-alpha… Feb 23, 2024
1.0.0-alpha… Dec 14, 2023
1.0.0-alpha… Nov 30, 2023
0.0.1 Nov 20, 2023

#913 in WebAssembly

Download history 234/week @ 2024-02-16 532/week @ 2024-02-23 51/week @ 2024-03-01 6/week @ 2024-03-08 4/week @ 2024-03-15 72/week @ 2024-03-29 20/week @ 2024-04-05

92 downloads per month
Used in 3 crates (2 directly)

BSD-2-Clause-Patent

9KB
191 lines

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.

Dependencies

~1.1–2.2MB
~50K SLoC