examples/spin-timer/README.md
To test:
cargo build --releasecp ./target/release/trigger-timer .tar czvf trigger-timer.tar.gz trigger-timertrigger-timer.json):
shasum -a 256 trigger-timer.tar.gz and copy it into the sha256 fieldos and arch with values for your OS/Archspin plugin install --file ./trigger-timer.json --yesThen you should be able to spin build --up the guest.
To test:
spin-pluginify.toml file as follows:name= "trigger-timer"
description= "Run Spin components at timed intervals"
homepage= "https://github.com/spinframework/spin/tree/main/examples/spin-timer"
version= "0.1.0"
spin_compatibility= ">=2.0"
license= "Apache-2.0"
package= "./target/release/trigger-timer"
cargo build --releasespin plugin install pluginify.spin pluginify --installThen you should be able to spin build --up the guest.