|
2 | 2 | "name": "Compute TinyGo SDK",
|
3 | 3 | "modules": {
|
4 | 4 | "hello_world" : {
|
5 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/hello_world/hello_world.wasm ./_integration_tests/fixtures/hello_world && (cd ./_integration_tests/fixtures/hello_world && fastly compute pack --verbose --wasm-binary ./hello_world.wasm)", |
| 5 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/hello_world/hello_world.wasm ./_integration_tests/fixtures/hello_world && (cd ./_integration_tests/fixtures/hello_world && fastly compute pack --verbose --wasm-binary ./hello_world.wasm)", |
6 | 6 | "fastly_toml_path": "./_integration_tests/fixtures/hello_world/fastly.toml",
|
7 | 7 | "wasm_path": "./_integration_tests/fixtures/hello_world/hello_world.wasm",
|
8 | 8 | "pkg_path": "./_integration_tests/fixtures/hello_world/pkg/hello-world.tar.gz",
|
|
22 | 22 | },
|
23 | 23 |
|
24 | 24 | "request_downstream" : {
|
25 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/request_downstream/request_downstream.wasm ./_integration_tests/fixtures/request_downstream && (cd ./_integration_tests/fixtures/request_downstream && fastly compute pack --verbose --wasm-binary ./request_downstream.wasm)", |
| 25 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/request_downstream/request_downstream.wasm ./_integration_tests/fixtures/request_downstream && (cd ./_integration_tests/fixtures/request_downstream && fastly compute pack --verbose --wasm-binary ./request_downstream.wasm)", |
26 | 26 | "fastly_toml_path": "./_integration_tests/fixtures/request_downstream/fastly.toml",
|
27 | 27 | "wasm_path": "./_integration_tests/fixtures/request_downstream/request_downstream.wasm",
|
28 | 28 | "pkg_path": "./_integration_tests/fixtures/request_downstream/pkg/request-downstream.tar.gz",
|
|
51 | 51 | },
|
52 | 52 |
|
53 | 53 | "async_select" : {
|
54 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/async_select/async_select.wasm ./_integration_tests/fixtures/async_select && (cd ./_integration_tests/fixtures/async_select && fastly compute pack --verbose --wasm-binary ./async_select.wasm)", |
| 54 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/async_select/async_select.wasm ./_integration_tests/fixtures/async_select && (cd ./_integration_tests/fixtures/async_select && fastly compute pack --verbose --wasm-binary ./async_select.wasm)", |
55 | 55 | "fastly_toml_path": "./_integration_tests/fixtures/async_select/fastly.toml",
|
56 | 56 | "wasm_path": "./_integration_tests/fixtures/async_select/async_select.wasm",
|
57 | 57 | "pkg_path": "./_integration_tests/fixtures/async_select/pkg/async-select.tar.gz",
|
|
75 | 75 | },
|
76 | 76 |
|
77 | 77 | "byte_repeater" : {
|
78 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/byte_repeater/byte_repeater.wasm ./_integration_tests/fixtures/byte_repeater && (cd ./_integration_tests/fixtures/byte_repeater && fastly compute pack --verbose --wasm-binary ./byte_repeater.wasm)", |
| 78 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/byte_repeater/byte_repeater.wasm ./_integration_tests/fixtures/byte_repeater && (cd ./_integration_tests/fixtures/byte_repeater && fastly compute pack --verbose --wasm-binary ./byte_repeater.wasm)", |
79 | 79 | "fastly_toml_path": "./_integration_tests/fixtures/byte_repeater/fastly.toml",
|
80 | 80 | "wasm_path": "./_integration_tests/fixtures/byte_repeater/byte_repeater.wasm",
|
81 | 81 | "pkg_path": "./_integration_tests/fixtures/byte_repeater/pkg/byte-repeater.tar.gz",
|
|
99 | 99 |
|
100 | 100 |
|
101 | 101 | "configstore" : {
|
102 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/configstore/configstore.wasm ./_integration_tests/fixtures/configstore && (cd ./_integration_tests/fixtures/configstore && fastly compute pack --verbose --wasm-binary ./configstore.wasm)", |
| 102 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/configstore/configstore.wasm ./_integration_tests/fixtures/configstore && (cd ./_integration_tests/fixtures/configstore && fastly compute pack --verbose --wasm-binary ./configstore.wasm)", |
103 | 103 | "fastly_toml_path": "./_integration_tests/fixtures/configstore/fastly.toml",
|
104 | 104 | "wasm_path": "./_integration_tests/fixtures/configstore/configstore.wasm",
|
105 | 105 | "pkg_path": "./_integration_tests/fixtures/configstore/pkg/configstore.tar.gz",
|
|
120 | 120 | },
|
121 | 121 |
|
122 | 122 | "request_upstream" : {
|
123 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/request_upstream/request_upstream.wasm ./_integration_tests/fixtures/request_upstream && (cd ./_integration_tests/fixtures/request_upstream && fastly compute pack --verbose --wasm-binary ./request_upstream.wasm)", |
| 123 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/request_upstream/request_upstream.wasm ./_integration_tests/fixtures/request_upstream && (cd ./_integration_tests/fixtures/request_upstream && fastly compute pack --verbose --wasm-binary ./request_upstream.wasm)", |
124 | 124 | "fastly_toml_path": "./_integration_tests/fixtures/request_upstream/fastly.toml",
|
125 | 125 | "wasm_path": "./_integration_tests/fixtures/request_upstream/request_upstream.wasm",
|
126 | 126 | "pkg_path": "./_integration_tests/fixtures/request_upstream/pkg/request-upstream.tar.gz",
|
|
144 | 144 | },
|
145 | 145 |
|
146 | 146 | "rtlog" : {
|
147 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/rtlog/rtlog.wasm ./_integration_tests/fixtures/rtlog && (cd ./_integration_tests/fixtures/rtlog && fastly compute pack --verbose --wasm-binary ./rtlog.wasm)", |
| 147 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/rtlog/rtlog.wasm ./_integration_tests/fixtures/rtlog && (cd ./_integration_tests/fixtures/rtlog && fastly compute pack --verbose --wasm-binary ./rtlog.wasm)", |
148 | 148 | "fastly_toml_path": "./_integration_tests/fixtures/rtlog/fastly.toml",
|
149 | 149 | "wasm_path": "./_integration_tests/fixtures/rtlog/rtlog.wasm",
|
150 | 150 | "pkg_path": "./_integration_tests/fixtures/rtlog/pkg/rtlog.tar.gz",
|
|
168 | 168 | },
|
169 | 169 |
|
170 | 170 | "status" : {
|
171 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/status/status.wasm ./_integration_tests/fixtures/status && (cd ./_integration_tests/fixtures/status && fastly compute pack --verbose --wasm-binary ./status.wasm)", |
| 171 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/status/status.wasm ./_integration_tests/fixtures/status && (cd ./_integration_tests/fixtures/status && fastly compute pack --verbose --wasm-binary ./status.wasm)", |
172 | 172 | "fastly_toml_path": "./_integration_tests/fixtures/status/fastly.toml",
|
173 | 173 | "wasm_path": "./_integration_tests/fixtures/status/status.wasm",
|
174 | 174 | "pkg_path": "./_integration_tests/fixtures/status/pkg/status.tar.gz",
|
|
188 | 188 | },
|
189 | 189 |
|
190 | 190 | "streaming_close" : {
|
191 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/streaming_close/streaming_close.wasm ./_integration_tests/fixtures/streaming_close && (cd ./_integration_tests/fixtures/streaming_close && fastly compute pack --verbose --wasm-binary ./streaming_close.wasm)", |
| 191 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/streaming_close/streaming_close.wasm ./_integration_tests/fixtures/streaming_close && (cd ./_integration_tests/fixtures/streaming_close && fastly compute pack --verbose --wasm-binary ./streaming_close.wasm)", |
192 | 192 | "fastly_toml_path": "./_integration_tests/fixtures/streaming_close/fastly.toml",
|
193 | 193 | "wasm_path": "./_integration_tests/fixtures/streaming_close/streaming_close.wasm",
|
194 | 194 | "pkg_path": "./_integration_tests/fixtures/streaming_close/pkg/streaming-close.tar.gz",
|
|
221 | 221 | },
|
222 | 222 |
|
223 | 223 | "secret_store" : {
|
224 |
| - "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -wasm-abi=generic -o ./_integration_tests/fixtures/secret_store/secret_store.wasm ./_integration_tests/fixtures/secret_store && (cd ./_integration_tests/fixtures/secret_store && fastly compute pack --verbose --wasm-binary ./secret_store.wasm)", |
| 224 | + "build": "tinygo build -target=wasi -scheduler=asyncify -gc=leaking -o ./_integration_tests/fixtures/secret_store/secret_store.wasm ./_integration_tests/fixtures/secret_store && (cd ./_integration_tests/fixtures/secret_store && fastly compute pack --verbose --wasm-binary ./secret_store.wasm)", |
225 | 225 | "fastly_toml_path": "./_integration_tests/fixtures/secret_store/fastly.toml",
|
226 | 226 | "wasm_path": "./_integration_tests/fixtures/secret_store/secret_store.wasm",
|
227 | 227 | "pkg_path": "./_integration_tests/fixtures/secret_store/pkg/secret-store.tar.gz",
|
|
0 commit comments