Skip to content

Commit

Permalink
test wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Nov 12, 2024
1 parent e293daf commit af50988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jqtide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ jobs:
# wasm -----------------------------------------------------------------
jqtwasm:
name: JQtide (wasm)
if: ${{ false }}
runs-on: macos-13
steps:
- name: Check Git repository
Expand Down Expand Up @@ -522,7 +521,7 @@ jobs:
runs-on: ubuntu-20.04
# 7 jul 2024 - ios/wasm builds fail
# needs: [jqtlinux, jqtmacos, jqtrpi64, jqtwin, jqtfreebsd2, jqtopenbsd, jqtios, jqtwasm]
needs: [jqtlinux, jqtmacos, jqtrpi64, jqtwin, jqtwinarm64, jqtfreebsd2, jqtopenbsd, jqtios]
needs: [jqtlinux, jqtmacos, jqtrpi64, jqtwin, jqtwinarm64, jqtfreebsd2, jqtopenbsd, jqtios, jqtwasm ]
steps:
- name: update server
uses: distributhor/workflow-webhook@v2
Expand Down
2 changes: 1 addition & 1 deletion amalgam/amalgam.pro
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ DEFINES += NMDIALOG
RESOURCES += ../jlibrary.qrc
RESOURCES += ../test.qrc
QMAKE_LFLAGS += -L../wasm/j32 -lj -L../wasm/mpir -lgmp
QMAKE_LFLAGS += -Wl,-u__wasm_longjmp
QMAKE_LFLAGS += -sERROR_ON_UNDEFINED_SYMBOLS=0
QMAKE_LFLAGS += -Wl,--shared-memory,--no-check-features
QMAKE_LFLAGS += -s WASM=1 -s ASSERTIONS=1 -s INITIAL_MEMORY=220MB -s TOTAL_MEMORY=600MB -s ALLOW_MEMORY_GROWTH=1 -s STACK_SIZE=984KB
QMAKE_LFLAGS += -s BINARYEN_EXTRA_PASSES="--pass-arg=max-func-params@80" -s EMULATE_FUNCTION_POINTER_CASTS=1 -s NO_EXIT_RUNTIME=1
Expand Down
1 change: 1 addition & 0 deletions lib/base/dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ QString dialogdirectory(QWidget *w,QString t,QString p)
#else
d->setAttribute(Qt::WA_DeleteOnClose); // delete pointer after close
d->show();
return "";
#endif
}

Expand Down

0 comments on commit af50988

Please sign in to comment.