diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-28 18:03:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-28 18:03:18 +0900 |
| commit | 3cccb2957e219298ccb4d6958449307cec9043e1 (patch) | |
| tree | 988be84f586686a0e63b85a60b375aac95263a0d /README.md | |
| parent | be3c470d0ff373344d4d723b271a1bde726f01af (diff) | |
| download | php-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.tar.gz php-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.tar.zst php-waddiwasi-3cccb2957e219298ccb4d6958449307cec9043e1.zip | |
chore: update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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). |
