Hacker News new | ask | show | jobs
by znpy 1363 days ago
Maybe a runtime for application plugins?

You expose some apis in the wasm runtime and plug-in developers only have to target the wasm runtime.

2 comments

Perfect use case. Any sort of script can be loaded into these app sandboxes for running with controlled access to everything external.
Kong gateway wrote an article about a wasm framework for nginx: https://konghq.com/blog/around-v8-in-seventy-days-bringing-a...