Commit c32215e
authored
[Js_of_ocaml] Update jsoo build process for libbinaryen (#8565)
When #7995 was merged it broke our upgrade process in libbinaryen.
This pr fixes our build process.
JS_OF_OCAML still doesn't support esm modules however it supports es6
features, so we can safely remove `target_link_libraries(binaryen_js
PRIVATE optimized "--closure-args=\"--language_out=ECMASCRIPT5\"")`.
Because we are not using esm modules and jsoo doesn't support top level
awaits we need to dissable async compilation.1 parent ef18138 commit c32215e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
554 | | - | |
| 553 | + | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
0 commit comments