diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-23 03:50:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-23 04:03:31 +0900 |
| commit | af78ada00c645a98b3e149b206cfe75daf9d1aed (patch) | |
| tree | 5a0645726a369cc922c43dfe546fdb9568a3407b /README.md | |
| parent | 9d11dba9813a05bd7c4b15cac4163c0160a9d08f (diff) | |
| download | tiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.tar.gz tiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.tar.zst tiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,13 +8,13 @@ Article about this repo (Japanese): https://blog.nsfisis.dev/posts/2023-10-02/co ## Build ``` -$ docker build -t php-wasm . +$ docker build -t tiny-php.wasm . ``` ## Run ``` -$ echo 'echo "Hello, World!", PHP_EOL;' | docker run --rm -i php-wasm +$ echo 'echo "Hello, World!", PHP_EOL;' | docker run --rm -i tiny-php.wasm ``` ## License |
