aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-28 18:03:18 +0900
committernsfisis <nsfisis@gmail.com>2024-04-28 18:03:18 +0900
commit3cccb2957e219298ccb4d6958449307cec9043e1 (patch)
tree988be84f586686a0e63b85a60b375aac95263a0d
parentbe3c470d0ff373344d4d723b271a1bde726f01af (diff)
downloadphp-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.tar.gz
php-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.tar.zst
php-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.zip
chore: update README
-rw-r--r--README.md14
1 files 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).