#Is there something like dlopen for Wasm?
12 messages · Page 1 of 1 (latest)
Apparently there's
https://github.com/geofmureithi/plugy
which, although barely documented, seems to support dynamically loading from arbitrary wasm binaries specified at runtime
Gotta try it out, I guess.
nope, it uses wasmtime, not suitable for use in the browser.
Did you find a solution? I am the creator of the lib. I am open to working to support browsers.
you just have to use https://docs.rs/js-sys/latest/js_sys/WebAssembly/index.html no 
API documentation for the Rust WebAssembly mod in crate js_sys.
?crate wasm_runtime_layer
i didn't write it, but i use it a lot