update wasm aot recipe for linux (only use --xip for fail/baremetal)
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user