Hacker News new | ask | show | jobs
by skibz 1358 days ago
Does nginx have any (third-party?) modules that are roughly equivalent to this?
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...