aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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).