Using PHP 8.2.11
This project exposes node-gtk to php-wasm via VRZNO.
git clone git@github.com:seanmorris/php-gtk.git
cd php-gtk/
npm install
node .
You can run the browser demo
node browser.mjs
You may need to install WebKit2 GTK+
- Debian
apt-get install libwebkit2gtk-3.0
- Fedora
sudo dnf install webkit2gtk3
- ArchLinux
pacman -S --needed webkitgtk
- MacOS
brew install webkitgtk
- Windows https://fujii.github.io/2019/07/05/webkit-on-windows/