Commit 799def2
committed
I tightened up the array return handling in the JS glue per the review:
- **JSGlueGen.swift**: merged the import/export array return handling into a single `return try arrayLower(...)` branch; no behavioral change, just removes redundant switch.
Tests (BridgeJS runtime, with new array coverage) still pass:
- `SWIFT_SDK_ID=DEVELOPMENT-SNAPSHOT-2025-11-03-a-wasm32-unknown-wasip1 make unittest` (20 suites / 96 tests).1 parent 389fe9e commit 799def2
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1633 | 1633 | | |
1634 | 1634 | | |
1635 | 1635 | | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
| 1636 | + | |
1642 | 1637 | | |
1643 | 1638 | | |
1644 | 1639 | | |
| |||
0 commit comments