Dockerfile definition and helper scripts related to preparing a toolchain image able to produce WASM binaries
Compare changes
+ 26
− 6
@@ -14,17 +14,37 @@ git checkout .
@@ -14,17 +14,37 @@ git checkout .
./bootstrap.sh --without-icu --with-libraries=system,date_time,filesystem,program_options,headers,chrono --prefix="${INSTALL_PREFIX}/prebuilt_boost"
./b2 --reconfigure toolset=emscripten link=static runtime-link=static --build-dir="${TMP_SRC}/boost_build/" --prefix="${INSTALL_PREFIX}/prebuilt_boost" \
host-os=linux target-os=linux cflags="-s USE_PTHREADS=1 -s USE_ZLIB=1" cxxflags="-s USE_PTHREADS=1 -s USE_ZLIB=1" \