Are ther any examples for this ? Is it just the same as rust , componet.from_file, add_to_linker
WasiCtxBuilder build
, link in a store, then instantiate ?
Currently the C API doesn't support the component model so the closest you could get is a jco
-style solution where a component is "decompiled" into modules and a runtime via wasmtime's core embedding API. That doesn't currently exist afaik
Alex Crichton said:
Currently the C API doesn't support the component model so the closest you could get is a
jco
-style solution where a component is "decompiled" into modules and a runtime via wasmtime's core embedding API. That doesn't currently exist afaik
Thanks for the link. Ok, no problem I can do something else I think.
Scott Waye has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC