top | item 42119783

(no title)

barrrrald | 1 year ago

Component dependency is pretty wild and could massively simplify some complex apps

discuss

order

Onavo|1 year ago

You still need to cross the JS FFI boundary for wasm, I don't think WebAssembly has a specification for cross language FFI directly between WebAssembly languages.

rgrmrts|1 year ago

Wasm components can talk to each other, you do not need the JS FFI boundary.