Skip to content

Commit ba1cf56

Browse files
chore: add more tests, fix issues with import types, cleanup doom example
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent d3c6b70 commit ba1cf56

26 files changed

Lines changed: 487 additions & 1759 deletions

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ test-wasm-3="test --package tinywasm --test test-wasm-3 --release"
66
test-wast="test --package tinywasm --test test-wast"
77
test-wasm-custom="test --package tinywasm --test test-wasm-custom --release"
88
cli="run -p tinywasm-cli --bin tinywasm --release --"
9+
doom="run --manifest-path ./examples/doom/Cargo.toml --release --"
910

1011
[target.x86_64-unknown-linux-gnu]
1112
rustflags=["-C", "target-cpu=x86-64-v3"]

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/target
22
notes.md
3-
examples/rust/out/*
4-
examples/rust/target
5-
examples/rust/Cargo.lock
6-
examples/doom/out/*
7-
!examples/doom/out/.gitkeep
3+
examples/*/out/*
4+
examples/*/target
5+
examples/*/Cargo.lock
86
examples/doom/upstream/
9-
examples/doom/out/runtime/
107
*.wad
118
*.WAD
129
examples/wast/*

0 commit comments

Comments
 (0)