Remix.run Logo
thezipcreator a day ago

iirc webassembly components need to explicitly import anything they use, so it should be transparent which dependencies something has by just grepping its WIT for `import`

flohofwoe a day ago | parent [-]

I wonder what a 'mixed model' would look like (e.g. is it even possible), e.g. an application which wants to call into component model APIs, but at the same time also needs to call into JS code which then accesses the same APIs. This hybrid model will definitely be needed for any non-trivial web application.

thezipcreator 15 hours ago | parent [-]

you can just expose javascript functionality as a component, if need be