diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-06-30 02:02:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-04 02:40:27 +0900 |
| commit | a312e95a95d243943535f94653822d6796d4637f (patch) | |
| tree | 74ab3e10cd33d687d2516e20d932f638cf65f2a6 /examples/rubyvm-on-php-on-wasm/HelloWorld.sh | |
| parent | 1a1629d6b1d06d5af18987b96eb974c0e7dda75a (diff) | |
| download | php-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.tar.gz php-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.tar.zst php-waddiwasi-a312e95a95d243943535f94653822d6796d4637f.zip | |
feat: RubyVM on PHP on Wasm
Diffstat (limited to 'examples/rubyvm-on-php-on-wasm/HelloWorld.sh')
| -rwxr-xr-x | examples/rubyvm-on-php-on-wasm/HelloWorld.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rubyvm-on-php-on-wasm/HelloWorld.sh b/examples/rubyvm-on-php-on-wasm/HelloWorld.sh new file mode 100755 index 0000000..c5fc8ae --- /dev/null +++ b/examples/rubyvm-on-php-on-wasm/HelloWorld.sh @@ -0,0 +1 @@ +php -d memory_limit=-1 -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G ./php-wasm.php |
