From ba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 2 May 2026 21:14:02 +0200 Subject: chore: add more tests, fix issues with import types, cleanup doom example Signed-off-by: Henry --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo') 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"] -- cgit v1.3.1