embed the .aot file into the host binary as C-array

This commit is contained in:
2026-01-25 20:20:31 +01:00
parent a9d6c0bb62
commit 0809803bfd
3 changed files with 52 additions and 27 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
wasm-base/examples/*.aot
wasm-base/examples/*.wasm
wasm-base/examples/*.aot
wasm-base/examples/embed/*_host.c
wasm-base/examples/*.host
wasm-base/examples/*_wasm.c