update wasm aot recipe for linux (only use --xip for fail/baremetal)

This commit is contained in:
2026-04-21 00:39:00 +02:00
parent 19048ed4bf
commit 0dbcaf68cd
2 changed files with 28 additions and 4 deletions

View File

@ -170,7 +170,7 @@ build module="__help" target="fail" mode="aot":
if [ "{{ mode }}" = "aot" ]; then
just build-wasm-module {{ module }}
just build-wasm-aot {{ module }}
just build-wasm-aot {{ module }} {{ target }}
just build-wasm-aot-array {{ module }}
just prepare-aot-host {{ module }}