Stream: wasmtime

Topic: compontent model wasm -> core wasm


view this post on Zulip Mirror Mystic (Dec 12 2023 at 12:43):

Silly Q, but my boss made me ask it anyway :)

If i take 2 component models, A and B, A depeneds on B, they don't have any other dependancies, and link them together into module C, where C doesn't have any WIT style exports, just regualar exports, can I convert that wasm into an old Core Wasm, I'm assuming the answer is no here, I think its because:

  1. There will be 2 core modules in C, which are A and B
  2. A and B inside C have its own memorys
  3. Other reasons I'd like to know about

thanks

view this post on Zulip Alex Crichton (Dec 12 2023 at 15:11):

The terminology you're asking with is somewhat imprecise and it's making it difficult to answer from my perspective, so before I go much further answering this I want to help confirm/clarify some terminology you're using:

view this post on Zulip Alex Crichton (Dec 12 2023 at 15:12):

So I think overall the answer is "no", but moreso because there's a mismatch in what you're trying to do in terms of components and core wasms


Last updated: Nov 22 2024 at 16:03 UTC