spin-macro 5.2.0

Rust procedural macros for Spin and associated WIT files
Documentation
1
2
3
4
interface run {
  /// Run the program.
  run: func() -> result;
}