-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8192fa
commit 0618d2b
Showing
17 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[net] | ||
git-fetch-with-cli = true | ||
|
||
[target.wasm32-wasi] | ||
rustflags = [ | ||
"-Clink-arg=--export-table", | ||
"-Clink-arg=--export=malloc", | ||
"-Clink-arg=--export=free", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[workspace] | ||
exclude = ["a32nx"] | ||
|
||
members = [ | ||
"build-a321neo/src/wasm/systems/a320_systems", | ||
"build-a321neo/src/wasm/systems/a320_systems_wasm", | ||
"build-a321neo/src/wasm/systems/a320_hydraulic_simulation_graphs", | ||
"fbw-common/src/wasm/systems/systems", | ||
"fbw-common/src/wasm/systems/systems_wasm", | ||
] | ||
|
||
[profile.release] | ||
lto = true | ||
strip = true | ||
|
||
[profile.test] | ||
# We enable some basic optimization to prevent stack overflows during testing (flybywiresim/a32nx#7631) | ||
# However, if this interferes with your ability to debug locally you can disable it here | ||
opt-level=1 | ||
lto = false | ||
debug-assertions=true | ||
debug=true |
1 change: 0 additions & 1 deletion
1
...rc/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318ceoCFM/Panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318cjCFM/Panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rc/base/lvfr-horizonsim-airbus-a319-ceo/SimObjects/Airplanes/A319ceoCFM/Panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../base/lvfr-horizonsim-airbus-a319-ceo/SimObjects/Airplanes/A319ceoCFMSL/Panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ase/lvfr-horizonsim-airbus-a319-ceo/SimObjects/Airplanes/A319ceoCFM_acj/Panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rc/base/lvfr-horizonsim-airbus-a319-ceo/SimObjects/Airplanes/A319ceoIAE/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ase/lvfr-horizonsim-airbus-a319-ceo/SimObjects/Airplanes/A319ceoIAE_acj/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rc/base/lvfr-horizonsim-airbus-a320-ceo/SimObjects/AirPlanes/A320ceoCFM/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../base/lvfr-horizonsim-airbus-a320-ceo/SimObjects/AirPlanes/A320ceoCFMsl/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rc/base/lvfr-horizonsim-airbus-a320-ceo/SimObjects/AirPlanes/A320ceoIAE/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../base/lvfr-horizonsim-airbus-a320-ceo/SimObjects/AirPlanes/A320ceoIAEsl/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...c/base/lvfr-horizonsim-airbus-a321-neo/SimObjects/AirPlanes/A321neoLEAP/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...r-horizonsim-airbus-a321-neo/SimObjects/AirPlanes/aircrafta321neolrLEAP/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...vfr-horizonsim-airbus-a321-neo/SimObjects/AirPlanes/aircrafta321neolrPW/panel/module.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../lvfr-horizonsim-airbus-a321-neo/SimObjects/AirPlanes/aircrafta321neopw/panel/module.json
This file was deleted.
Oops, something went wrong.