logoalt Hacker News

embedding-shapelast Friday at 12:02 PM1 replyview on HN

> Then there is the whole experience, again depending on the language, to produce a .wasm file, alongside the set of imports/exports for the functions, instead of a plain "-arch=wasm".

Doesn't the "WASM Components Model" kind of solve this? I've been hacking on a WASM-app runner (in Rust) which basically loads tiny apps that are compiled into "Components", and seems simple enough to me to use and produce those.


Replies

pjmlplast Friday at 12:28 PM

Not really, you have a blessed experience by using the language most people on WebAssembly ecosystem are using nowadays.