Commits on Source (2)
-
Currently libtool.m4 does not have information about wasm32-unknown-emscripten in host_os. Which causes failure in enabling shared libraries. This patch will create a new host_os case named emscripten in libtool.m4 to allow us to enable shared library compilation and add emscripten specific shared library building flags. This patch will also add some shared library configuration in libtool for emscripten host.
9edd92ec -
Currently emscripten builds all its libraris statically. This commit will make necessary changes to the build script to make it possible. The shared module based building can be triggered with the parameter --enable-emscripten
181697c7
Showing
- extras/package/wasm-emscripten/build.sh 23 additions, 2 deletionsextras/package/wasm-emscripten/build.sh
- extras/tools/libtool-2.4.7-emscripten-dlinker.patch 26 additions, 0 deletionsextras/tools/libtool-2.4.7-emscripten-dlinker.patch
- extras/tools/tools.mak 1 addition, 0 deletionsextras/tools/tools.mak