MuTsunTsai / emcc-lldl-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emcc-lldl-poc

This is a POC based on what is described in Load-time Dynamic Linking of the Emscripten docs. It splits the entire project into more than one WASM modules and links them at load time. Also include a sample makefile to show how to build the project by applying the tips described in the section Code Size.

About


Languages

Language:Makefile 61.0%Language:C++ 35.8%Language:C 3.3%