Hacker News new | ask | show | jobs
by SkiFire13 508 days ago
How is this different than dynamically linking the business logic library?
1 comments

Very similar, but Wasm has additional safety properties and affordances. I am trying to get away from dynamic libs as an app extension mechanism. It is especially nice when application extension is open to end users, they won't be able to crash your application shell.

https://wasmtime.dev/ https://github.com/bytecodealliance/wasmtime