spin-sdk 5.2.0

The Spin Rust SDK makes it easy to build Spin components in Rust.
Documentation
1
2
3
4
interface run {
  /// Run the program.
  run: func() -> result;
}