Lind-Project / lind-wasm

https://lind-project.github.io/lind-wasm-docs/
Apache License 2.0
2 stars 1 forks source link

Dynamic Loading #13

Open rennergade opened 2 months ago

rennergade commented 2 months ago

General issue thread for implementing/discussing dynamic loading

rennergade commented 2 months ago

I came across this thread in Zulip where dynamic loading options were discussed: https://bytecodealliance.zulipchat.com/#narrow/stream/206238-general/topic/Is.20it.20possible.20to.20instantiate.20two.20modules.20into.20one.20instance.3F

rennergade commented 1 month ago

Emscripten seems to do dynamic loading with wasm: https://emscripten.org/docs/compiling/Dynamic-Linking.html