Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mutsuntsai/emcc-lldl-poc
https://github.com/mutsuntsai/emcc-lldl-poc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mutsuntsai/emcc-lldl-poc
- Owner: MuTsunTsai
- Created: 2024-05-07T01:42:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T01:43:41.000Z (8 months ago)
- Last Synced: 2024-05-07T02:36:55.089Z (8 months ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emcc-lldl-poc
This is a POC based on what is described in [Load-time Dynamic Linking](https://emscripten.org/docs/compiling/Dynamic-Linking.html?highlight=static%20linking#load-time-dynamic-linking) of the [Emscripten](https://emscripten.org/) 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](https://emscripten.org/docs/compiling/Dynamic-Linking.html?highlight=static%20linking#code-size).