File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
templates/http-php/content Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ description = "{{project-description}}"
9
9
[[trigger .http ]]
10
10
route = " {{http-path}}"
11
11
component = " {{project-name | kebab_case}}"
12
- executor = { type = " wagi" }
12
+ executor = { type = " wagi" }
13
13
14
14
[component .{{project-name | kebab_case}} ]
15
- files = [ { source = " ./src" , destination = " /" } ]
15
+ files = [{ source = " ./src" , destination = " /" }]
16
16
allowed_outbound_hosts = []
17
+
17
18
[component .{{project-name | kebab_case}} .source ]
18
- url = " https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/php%2F7.4.32%2B20221124-2159d1c /php-cgi-7.4.32.speed-optimized .wasm"
19
- digest = " sha256:511720698dee56134ed8a08a87131d33c3ea8a64b6726cd6710d624bca4ceb6c "
19
+ url = " https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/php%2F8.2.6%2B20230714-11be424 /php-cgi-8.2.6-slim .wasm"
20
+ digest = " sha256:4fd2e8c42ae529ba72f88a0f1e46de1fc69a4b4f01e01fedd65ca966b8ffe6fa "
You can’t perform that action at this time.
0 commit comments