more wasm
This commit is contained in:
parent
9d67af9901
commit
9ac87f93e9
5 changed files with 72 additions and 0 deletions
|
|
@ -41,6 +41,14 @@ executable:
|
|||
source-dirs:
|
||||
- app
|
||||
main: Main.hs
|
||||
when:
|
||||
- condition: arch(wasm32)
|
||||
ghc-options:
|
||||
-no-hs-main
|
||||
-optl-mexec-model=reactor
|
||||
"-optl-Wl,--export=hs_start"
|
||||
cpp-options:
|
||||
-DWASM
|
||||
|
||||
tests:
|
||||
numberspec-test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue