summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-26 15:16:05 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-26 15:16:05 +0100
commitd8d439e6401607fab18feb5025f3b91f135e3a50 (patch)
treef20f1d5961a5b0810cceca575a206ad45d2a3a9c /.cargo/config.toml
parent67f0fd68f1f60f0629d997d5181e5e06440258d7 (diff)
feat: add more examples, work on new public api
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 19d47a2..807bc56 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,7 +1,6 @@
[alias]
version-dev="workspaces version --no-git-commit --force tinywasm*"
dev="run -- -l debug run"
-
test-mvp="test --package tinywasm --test test-mvp --release -- --enable "
test-2="test --package tinywasm --test test-two --release -- --enable "
test-wast="test --package tinywasm --test test-wast -- --enable "