Hacker News new | ask | show | jobs
by bobajeff 616 days ago
Since this compiles to web assembly and is modular I wonder if this will use the wasm component model in the future.

It would be interesting to be able to use pieces of this from other languages.

1 comments

I highly doubt that. At least not in a native way. However, you could make an adapter from the native interface to wasm components. Would be interesting to look into!