spin_manifest_version = 2 [application] name = "qstart" version = "0.1.0" authors = ["HaQadosch "] description = "a quick hello world" [[trigger.http]] route = "/..." component = "qstart" [component.qstart] source = "target/wasm32-wasi/release/qstart.wasm" allowed_outbound_hosts = [] [component.qstart.build] command = "cargo build --target wasm32-wasi --release" watch = ["src/**/*.rs", "Cargo.toml"]