Skip to content

Commit f9569ab

Browse files
committed
Remove AOT wasm files from tracking - they are test outputs
AOT-compiled wasm files contain platform-specific native code and should not be committed. The test suite regenerates them during execution via compilerCompile/compilerCompileFromBuffer.
1 parent f47799e commit f9569ab

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
dist
22
cabal.project.local
33
cabal-dev
4+
tests/sample/wasm/addTwo_aot.wasm
5+
tests/sample/wasm/addTwo_aot2.wasm
46
*.o
57
*.hi
68
*.chi

tests/sample/wasm/addTwo_aot.wasm

-3.5 KB
Binary file not shown.

tests/sample/wasm/addTwo_aot2.wasm

-3.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)