From 3cccb2957e219298ccb4d6958449307cec9043e1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Apr 2024 18:03:18 +0900 Subject: chore: update README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abb60cc..ebdf883 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ This is a WebAssembly runtime written in pure PHP. +It is partially compatible with the WebAssembly specification version 2.0. -# Examples -## PHP on Wasm +## Examples + +### PHP on Wasm The PHP runtime can be compiled to WebAssembly binary. This Wasm runtime can execute it. Currently, "Hello, World!" program works on the PHP runtime on the Wasm runtime. @@ -16,6 +18,12 @@ $ php -d zend.assertions=-1 -d memory_limit=512M -d opcache.enable_cli=on -d opc -# License +## Talks + +[Talk in PHPerKaigi (in Japanese)](https://fortee.jp/phperkaigi-2024/proposal/bc5dc153-17af-4079-8f1b-2660af97e2c8) + + + +## License See [LICENSE](./LICENSE). -- cgit v1.2.3-70-g09d2