Skip to content

Commit

Permalink
Tweaks to wasm build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hraberg committed Feb 16, 2024
1 parent 94d759f commit b65e5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.wasm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN emconfigure ./configure \
--with-cross-config=`pwd`/src/util/wasm32-unknown-emscripten.cross_config \
--prefix=`pwd`/ecl-emscripten \
--disable-shared \
--with-asdf=no \
--with-tcp=no \
--with-cmp=no

Expand Down Expand Up @@ -94,7 +95,7 @@ RUN emcc -O3 -Demscripten \
-sEXPORTED_RUNTIME_METHODS=ccall \
-sMALLOC=emmalloc \
--pre-js wasm/endb_console_worker.js \
--preload-file root
--embed-file root

EXPOSE 8888

Expand Down

0 comments on commit b65e5f0

Please sign in to comment.