Skip to content

charlienaud/php-wasm-demo

Repository files navigation

Wasm with PHP - Demo

Based on https://github.com/soyuka/php-wasm

Usage

composer install
./build.sh
php -S localhost:8080 -t public/

Then open http://localhost:8080 in your browser.