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 --- examples/doom/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/doom/README.md') diff --git a/examples/doom/README.md b/examples/doom/README.md index f3bc60e..7438563 100644 --- a/examples/doom/README.md +++ b/examples/doom/README.md @@ -10,10 +10,12 @@ This example builds a WebAssembly guest from [`PureDOOM`](https://github.com/Dai ## Running the example +From the root of the repository, run: + ```sh # download & build `PureDOOM` ./examples/doom/build.sh # start doom with the WAD you want to use -cargo run -p tinywasm-doom --release -- /path/to/DOOM1.WAD +cargo doom /path/to/doom.wad ``` -- cgit v1.3.1