summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 31a61b00de9b13f758886f1f9792ab7896329f10 (plain)
[alias]
dev="run -- -l debug run"
spec-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored"