Skip to content

Commit a2a5014

Browse files
committed
chore: Update README.md
1 parent 3de5f70 commit a2a5014

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ This repository contains patches provided for language runtimes to be compiled f
88

99
All you need in order to run these builds is to have `docker` or `podman` available in your system. You can execute the following `Makefile` targets:
1010

11-
- `php/php-7.3.33`
12-
- Resulting binaries are placed in `php/build-output/php/php-7.3.33/bin`.
11+
- `php/php-7.3.33`, `php/php-7.4.32`, `php/wasmedge-php-7.4.32`,
12+
`php/php-8.1.11`, `php/php-8.2.0
13+
- Resulting binaries are placed in `php/build-output/php`.
1314

14-
- `php/php-7.4.32`, `php/wasmedge-php-7.4.32`
15-
- Resulting binaries are placed in `php/build-output/php/php-7.4.32/bin`.
15+
- `python/v3.11.1`
16+
- Resulting binaries are placed in `php/build-output/python`.
17+
18+
- `ruby/v3_2_0`
19+
- Resulting binaries are placed in `php/build-output/ruby`.
1620

1721
### Build strategy
1822

0 commit comments

Comments
 (0)