Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 204 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 204 Bytes

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.