From 5ed8982ad2cb4b348046aa11c527ce6a51f02e0e Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 2 May 2026 15:40:47 +0200 Subject: feat: add doom example, fix import argument order Signed-off-by: Henry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 15eb5fe..892c38f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members=["crates/*"] +members=["crates/*", "examples/doom"] default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"] resolver="2" -- cgit v1.3.1