Hacker News new | ask | show | jobs
by joecot 1358 days ago
wasm-nginx-module

https://wasmedge.org/book/en/use_cases/frameworks/mesh/wasm-...

1 comments

So it requires the nginx Lua module which is then used to load the wasm blobs? what a weird module. So somehow this thing is going through at least 2 or 3 different VMs (LuaJIT + WASI) so that you can eventually run your Python script in nginx...