Files
another-boids-in-rust/vendor/wasip2/wit/deps/cli/run.wit

7 lines
116 B
Plaintext

@since(version = 0.2.0)
interface run {
/// Run the program.
@since(version = 0.2.0)
run: func() -> result;
}