wasi-passthrough-keyvalue 0.2.0

wasi:keyvalue passthrough layer
Documentation
1
2
3
4
5
6
7
8
9
10
11
package wasiext:passthrough-keyvalue@0.1.0;

world passthrough {
    export wasi:keyvalue/store@0.2.0-draft;
    export wasi:keyvalue/atomics@0.2.0-draft;
    export wasi:keyvalue/batch@0.2.0-draft;

    import wasi:keyvalue/store@0.2.0-draft;
    import wasi:keyvalue/atomics@0.2.0-draft;
    import wasi:keyvalue/batch@0.2.0-draft;
}