diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-07 12:54:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-07 12:54:36 +0900 |
| commit | 378a315f15a26158885d4e1b14cb97cf04676ba9 (patch) | |
| tree | 198c35341cef2aa1a1580bf354c8418fd09622ea /composer.json | |
| parent | 6f6edf66a7ab9dcea07a34c66b459958376796a9 (diff) | |
| download | php-waddiwasi-378a315f15a26158885d4e1b14cb97cf04676ba9.tar.gz php-waddiwasi-378a315f15a26158885d4e1b14cb97cf04676ba9.tar.zst php-waddiwasi-378a315f15a26158885d4e1b14cb97cf04676ba9.zip | |
chore: update README
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 86e23eb..f4defbd 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,8 @@ ], "ecs": "ecs check", "ecsfix": "ecs --memory-limit=1G check --fix", + "example:php-on-wasm": "@php -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", + "example:rubyvm-on-php-on-wasm": "@php -d memory_limit=-1 -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G examples/rubyvm-on-php-on-wasm/php-wasm.php", "lint": [ "@ecs", "@phpstan" |
