Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
azakai
11 months ago
|
parent
|
context
|
favorite
| on:
WASM 2.0
Yes, this can be done today, though it needs some gluing together. On the Web (and in Node etc.) you can use JavaScript to create and link the modules, which is how dynamic linking support for wasm works there:
https://emscripten.org/docs/compiling/Dynamic-Linking.html
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://emscripten.org/docs/compiling/Dynamic-Linking.html