diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-04 02:43:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-04 02:43:07 +0900 |
| commit | a56b1a6106b52552b70e7c43ef857c9b288007b4 (patch) | |
| tree | e68457145ab8a3fb51c92d2c4391a6af7ce6f480 | |
| parent | a312e95a95d243943535f94653822d6796d4637f (diff) | |
| download | php-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.tar.gz php-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.tar.zst php-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.zip | |
chore: update README
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -16,6 +16,17 @@ The PHP runtime can be compiled to WebAssembly binary. This Wasm runtime can exe $ php -d zend.assertions=-1 -d memory_limit=512M -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G examples/php-on-wasm/php-wasm.php ``` +### RubyVM on PHP on Wasm + +https://github.com/m3m0r7/rubyvm-on-php is a RubyVM written in pure PHP. + +It works on the PHP runtime on my Wasm runtime. + +``` +$ cd examples/rubyvm-on-php-on-wasm +$ ./HelloWorld.sh +``` + ## Talks |
