Yes, its great to see progress in the tooling [1] so that the component building is easier. Although I do like to think of the component model as the "ABI linking model". You can only bind one implementation to an interface import.
You still need to cross the JS FFI boundary for wasm, I don't think WebAssembly has a specification for cross language FFI directly between WebAssembly languages.
no_circuit|1 year ago
[1] https://developer.fermyon.com/spin/v3/writing-apps#declaring...
Onavo|1 year ago
rgrmrts|1 year ago