aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-04 02:43:07 +0900
committernsfisis <nsfisis@gmail.com>2024-07-04 02:43:07 +0900
commita56b1a6106b52552b70e7c43ef857c9b288007b4 (patch)
treee68457145ab8a3fb51c92d2c4391a6af7ce6f480
parenta312e95a95d243943535f94653822d6796d4637f (diff)
downloadphp-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.tar.gz
php-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.tar.zst
php-waddiwasi-a56b1a6106b52552b70e7c43ef857c9b288007b4.zip
chore: update README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index ebdf883..c49c76f 100644
--- a/README.md
+++ b/README.md
@@ -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