summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 122d4ae..ed20d09 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -6,6 +6,7 @@ test-wasm-3="test --package tinywasm --test test-wasm-3 --release"
test-wast="test --package tinywasm --test test-wast"
test-wasm-custom="test --package tinywasm --test test-wasm-custom --release"
cli="run -p tinywasm-cli --bin tinywasm --release --"
+doom="run --manifest-path ./examples/doom/Cargo.toml --release --"
[target.x86_64-unknown-linux-gnu]
rustflags=["-C", "target-cpu=x86-64-v3"]