Skip to content

Instantly share code, notes, and snippets.

@itowlson
itowlson / Cargo.toml
Created June 21, 2023 21:18
Code for minimal Spin embedding sample
[package]
name = "spinhost"
version = "0.1.0"
edition = "2021"
[dependencies]
# Spin runtime
spin-app = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-oci = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
@itowlson
itowlson / FParsecSample.fs
Created April 27, 2016 23:59
FParsec sample for John
// Test data
let sm = """
{
Idle {
Start -> Running
Exterminate -> Terminated
}
Running {