linera-witty 0.15.21

Generation of WIT compatible host code from Rust code
Documentation
1
2
3
4
5
6
7
8
9
---
source: linera-witty/tests/wit_import.rs
expression: "WitInterfaceWriter::new::<Interface>().generate_file_contents().collect::<String>()"
---
package witty-macros:test-modules;

interface simple-function {
    simple: func();
}