configure: add asmjs-unknown-emscripten target

This commit is contained in:
Johan Euphrosine
2023-07-12 04:44:37 +09:00
parent a11d2cbaa1
commit f5793bbefb
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Build
run: |
source ./emsdk/emsdk_env.sh
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --target=asmjs-unknown-emscripten
emmake make
- name: archive wasm bundle
uses: actions/upload-artifact@v3