Skip to content

Commit

Permalink
A21N - build: enable mem info for su15 (#8586)
Browse files Browse the repository at this point in the history
  • Loading branch information
markszutor committed Mar 29, 2024
1 parent be122e4 commit 13d1ddf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hsim-a321neo/src/wasm/fadec_a320leap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ wasm-ld \
--export malloc \
--export free \
--export __wasm_call_ctors \
--export mallinfo \
--export mchunkit_begin \
--export mchunkit_next \
--export get_pages_state \
--export mark_decommit_pages \
--export-table \
--gc-sections \
-lc++ -lc++abi \
Expand Down
5 changes: 5 additions & 0 deletions hsim-a321neo/src/wasm/fadec_a320pw/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ wasm-ld \
--export malloc \
--export free \
--export __wasm_call_ctors \
--export mallinfo \
--export mchunkit_begin \
--export mchunkit_next \
--export get_pages_state \
--export mark_decommit_pages \
--export-table \
--gc-sections \
-lc++ -lc++abi \
Expand Down
5 changes: 5 additions & 0 deletions hsim-a321neo/src/wasm/fbw_a320/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ wasm-ld \
--export malloc \
--export free \
--export __wasm_call_ctors \
--export mallinfo \
--export mchunkit_begin \
--export mchunkit_next \
--export get_pages_state \
--export mark_decommit_pages \
--export-table \
--gc-sections \
${WASMLD_ARGS} \
Expand Down

0 comments on commit 13d1ddf

Please sign in to comment.