wasmtime-internal-component-macro 43.0.1

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

interface test {}

world path1 {
    import test;
}