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:
thanks
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:
*.wasm
binary whereas the component model is the name of the whole proposal to WebAssembly.*.wasm
then there's no defined way to link a component to a core wasm module. This would require engaging other possible conventions/idioms/tools, so it's not clear to me what this operation would be. I'm also assuming "regular exports" here in this case are exported functions from core wasm using integers and such.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