wizer icon indicating copy to clipboard operation
wizer copied to clipboard

Replace old core Wasm module linking support with new component model linking support

Open fitzgen opened this issue 2 years ago • 0 comments

https://github.com/WebAssembly/component-model

This will require using interface types for the initialization function. Not 100% clear whether we want to keep the same init function interface (no params and no returns) or not. Probably? (Although I think @lukewagner also had ideas of "building in" the pre-initialization model into components. Don't think that has been fleshed out yet tho.)

fitzgen avatar Apr 27 '22 19:04 fitzgen