bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
942 stars 55 forks source link

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

Open fitzgen opened 2 years ago

fitzgen commented 2 years ago

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.)