spin-sdk 7.0.0

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