emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.79k stars 3.31k forks source link

Component model support in Emscripten #21996

Open irfan2502 opened 5 months ago

irfan2502 commented 5 months ago

Hi,

I am just checking on to know if there are any plans to support Component model for WASM in Emscripten tool chain. Thanks

sbc100 commented 5 months ago

Since the web does not currently support the component model I'm not sure there is much point yet. Once browser adopt the component model, at that point it would make sense revisit this question.