Hacker News new | ask | show | jobs
by redanddead 1365 days ago
You mean to say that PHP and different versions of it are able to be simulated via JS on Web apps? Kind of crazy actually
1 comments

I don’t think it’s via JS, it’s via WebAssembly. WebAssembly doesn’t use JS, it’s separate, although you can interface with WASM via JS.