Commit ab7b5e3
committed
fix: WASM smoke test — verify compilation only, skip wasmtime
GHC's WASM backend produces binaries with ghc_wasm_jsffi imports (from
ghc-internal's Wasm.Prim.Types), requiring a JavaScript host environment
(Node.js + GHC WASM runtime shim). Plain wasmtime can't satisfy these
imports. Compilation + linking is sufficient to validate the cross-build.1 parent 74a5f01 commit ab7b5e3
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
840 | 839 | | |
841 | 840 | | |
842 | 841 | | |
| |||
0 commit comments