aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/rubyvm-on-php-on-wasm/HelloWorld.rb
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-16 01:08:44 +0900
committernsfisis <nsfisis@gmail.com>2026-02-16 01:08:44 +0900
commit08ddaf4597ad3a9d22433625d11d14bde1dfeafe (patch)
treebd58f4bc802f8bed3a6910bd1e4f7f52486b20fb /examples/rubyvm-on-php-on-wasm/HelloWorld.rb
parenta6b728b62efa909b69d9a306e1a955c9d1213446 (diff)
downloadphp-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.tar.gz
php-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.tar.zst
php-waddiwasi-08ddaf4597ad3a9d22433625d11d14bde1dfeafe.zip
feat: remove RubyVM example
Because the PHP-written RubyVM has not been updated recently and does not support the latest PHP.
Diffstat (limited to 'examples/rubyvm-on-php-on-wasm/HelloWorld.rb')
-rw-r--r--examples/rubyvm-on-php-on-wasm/HelloWorld.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rubyvm-on-php-on-wasm/HelloWorld.rb b/examples/rubyvm-on-php-on-wasm/HelloWorld.rb
deleted file mode 100644
index f94759e..0000000
--- a/examples/rubyvm-on-php-on-wasm/HelloWorld.rb
+++ /dev/null
@@ -1 +0,0 @@
-puts RubyVM::InstructionSequence.compile("puts 'HelloWorld!\n'", "HelloWorld.rb").to_binary