Commit b62d43f
committed
update
Per bytecodealliance/componentize-go#35, Spin
applications can now refer to WIT files by way of the
`github.com/spinframework/spin-go-sdk/v3` source package; no need for the
application to supply them itself.
That PR also allows us to pass multiple `--world` flags to `componentize-go`,
allowing us to target e.g. the `fermyon:spin/redis-trigger` _and_
`spin:up/platform` worlds at the same time (which is what Spin actually
implements for Redis triggers).
Signed-off-by: Joel Dice <joel.dice@akamai.com>componentize-go and make use of new features1 parent 076eeda commit b62d43f
84 files changed
Lines changed: 140 additions & 143 deletions
File tree
- .github/workflows
- examples
- http-outbound
- http-router
- http
- key-value
- llm
- mqtt-outbound
- mysql-outbound
- pg-outbound
- redis-outbound
- redis
- sqlite
- variables
- http
- testdata/http
- inbound_redis
- internal/wit_exports
- internal
- export_fermyon_spin_inbound_redis
- fermyon_spin_2_0_0_key_value
- fermyon_spin_2_0_0_llm
- fermyon_spin_2_0_0_mqtt
- fermyon_spin_2_0_0_mysql
- fermyon_spin_2_0_0_postgres
- fermyon_spin_2_0_0_rdbms_types
- fermyon_spin_2_0_0_redis
- fermyon_spin_2_0_0_sqlite
- fermyon_spin_2_0_0_variables
- fermyon_spin_config
- fermyon_spin_http_types
- fermyon_spin_http
- fermyon_spin_inbound_redis
- fermyon_spin_key_value
- fermyon_spin_llm
- fermyon_spin_mysql
- fermyon_spin_postgres
- fermyon_spin_rdbms_types
- fermyon_spin_redis_types
- fermyon_spin_redis
- fermyon_spin_sqlite
- spin_postgres_postgres
- wasi_cli_0_2_0_environment
- wasi_cli_0_2_0_exit
- wasi_cli_0_2_0_stderr
- wasi_cli_0_2_0_stdin
- wasi_cli_0_2_0_stdout
- wasi_cli_0_2_0_terminal_input
- wasi_cli_0_2_0_terminal_output
- wasi_cli_0_2_0_terminal_stderr
- wasi_cli_0_2_0_terminal_stdin
- wasi_cli_0_2_0_terminal_stdout
- wasi_clocks_0_2_0_monotonic_clock
- wasi_clocks_0_2_0_wall_clock
- wasi_config_store
- wasi_filesystem_0_2_0_preopens
- wasi_filesystem_0_2_0_types
- wasi_http_0_2_0_incoming_handler
- wasi_http_0_2_0_outgoing_handler
- wasi_http_0_2_0_types
- wasi_io_0_2_0_error
- wasi_io_0_2_0_poll
- wasi_io_0_2_0_streams
- wasi_keyvalue_atomics
- wasi_keyvalue_batch
- wasi_keyvalue_store
- wasi_random_0_2_0_insecure_seed
- wasi_random_0_2_0_insecure
- wasi_random_0_2_0_random
- wasi_sockets_0_2_0_instance_network
- wasi_sockets_0_2_0_ip_name_lookup
- wasi_sockets_0_2_0_network
- wasi_sockets_0_2_0_tcp_create_socket
- wasi_sockets_0_2_0_tcp
- wasi_sockets_0_2_0_udp_create_socket
- wasi_sockets_0_2_0_udp
- wit_exports
- kv/testdata/key-value
- redis
- variables/testdata/variables
- wit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
| 17 | + | |
24 | 18 | | |
25 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments