wasmtime-internal-component-macro 36.0.10

INTERNAL: Macros for deriving component interface types from Rust types
Documentation
1
2
3
4
5
6
7
package paths:path2;

interface test {}

world path2 {
    import test;
}