You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In October of 2019 the emscripten SDK deprecated the “fastcomp” build process, which built all WebAssembly code as LLVM intermediate bit code (.bc files) and the linking/final processes converted the desired LLVM bit code into 32-bit WebAssembly byte code. All emscripten releases from 1.39 onward now use the “upstream” build process, where the clang compiler and LLVM tools all work with WebAssembly byte code directory.
Some References:
https://pspdfkit.com/blog/2022/dynamic-linking-in-webassembly/
https://qa.fmod.com/t/linking-fmodstudio-bc-to-emscripten-build/15392/7
https://emscripten.org/docs/compiling/WebAssembly.html#backends
The text was updated successfully, but these errors were encountered: