From a312e95a95d243943535f94653822d6796d4637f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Jun 2024 02:02:24 +0900 Subject: feat: RubyVM on PHP on Wasm --- examples/rubyvm-on-php-on-wasm/HelloWorld.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/rubyvm-on-php-on-wasm/HelloWorld.rb (limited to 'examples/rubyvm-on-php-on-wasm/HelloWorld.rb') diff --git a/examples/rubyvm-on-php-on-wasm/HelloWorld.rb b/examples/rubyvm-on-php-on-wasm/HelloWorld.rb new file mode 100644 index 0000000..f94759e --- /dev/null +++ b/examples/rubyvm-on-php-on-wasm/HelloWorld.rb @@ -0,0 +1 @@ +puts RubyVM::InstructionSequence.compile("puts 'HelloWorld!\n'", "HelloWorld.rb").to_binary -- cgit v1.2.3-70-g09d2