18 releases
new 1.0.0-beta.3 | Dec 9, 2024 |
---|---|
1.0.0-beta.2 | Nov 21, 2024 |
1.0.0-beta.1 | Oct 3, 2024 |
1.0.0-alpha.16+croatian-pine-marten | Feb 26, 2024 |
0.0.1 |
|
#229 in WebAssembly
326 downloads per month
Used in 4 crates
(2 directly)
7KB
156 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 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.
Dependencies
~0.7–1.5MB
~33K SLoC