(Forgive me if this has already been asked or if this is the wrong channel, I'm still new here)
Is there currently a way to instantiate a Wasm Component Model from wasm-bindgen
like is done here for Modules?:
I think this probably covers your question: https://bytecodealliance.zulipchat.com/#narrow/stream/223391-wasm/topic/.E2.9C.94.20wasm-bindgen.2Fwit-bindgen.20commonality
You may be interested in this as well: https://github.com/bytecodealliance/jco
Thanks for these, helps a lot. So it looks like we just call the Components from JavaScript in the Browser. Not all a bad thing, but good to know. And actually since we can call JS from wasm-bindgen, it suppose it could be done with a few extra steps..!
Last updated: Nov 22 2024 at 17:03 UTC