diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-13 14:10:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-13 14:10:40 +0900 |
| commit | f26f497131923886889deb4b843b179518888b1f (patch) | |
| tree | 10ff8467135865d4aadb6bf4d3978dd1d011ed1a /composer.json | |
| parent | 1f4170811730477e9cd7d9620608c4ab619bdefc (diff) | |
| download | php-waddiwasi-f26f497131923886889deb4b843b179518888b1f.tar.gz php-waddiwasi-f26f497131923886889deb4b843b179518888b1f.tar.zst php-waddiwasi-f26f497131923886889deb4b843b179518888b1f.zip | |
feat: add examples/hello-world
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4324026..d459092 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ ], "ecs": "ecs check", "ecsfix": "ecs --memory-limit=1G check --fix", + "example:hello-world": "@php examples/hello-world/index.php", "example:php-on-wasm": "@php -d memory_limit=256M -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=2G examples/rubyvm-on-php-on-wasm/php-wasm.php", "lint": [ |
