aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-07 12:54:36 +0900
committernsfisis <nsfisis@gmail.com>2024-07-07 12:54:36 +0900
commit378a315f15a26158885d4e1b14cb97cf04676ba9 (patch)
tree198c35341cef2aa1a1580bf354c8418fd09622ea /composer.json
parent6f6edf66a7ab9dcea07a34c66b459958376796a9 (diff)
downloadphp-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.json2
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"