mik-sdk 0.1.2

Ergonomic macros for WASI HTTP handlers - ok!, error!, json!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// mik-sdk imports for WASI functionality
package mik:sdk@0.1.0;

world sdk {
    // HTTP outgoing handler for making external requests
    import wasi:http/outgoing-handler@0.2.0;

    // Random number generation
    import wasi:random/random@0.2.0;

    // Wall clock for timestamps
    import wasi:clocks/wall-clock@0.2.0;
}