@@ -18,33 +18,33 @@ generate src/bindings.rs --type-section-suffix rust-wasi-from-crates-io \
18
18
# macro `export_command`.
19
19
#
20
20
# Note that `--with` is used to point at the previously generated bindings.
21
- with=
" wasi:cli/[email protected] .3 =crate::cli::environment"
22
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::exit"
23
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::stdin"
24
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::stdout"
25
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::stderr"
26
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::terminal_input"
27
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::terminal_output"
28
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::terminal_stdin"
29
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::terminal_stdout"
30
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::terminal_stderr"
31
- with=
" $with ,wasi:clocks/[email protected] .3 =crate::clocks::monotonic_clock"
32
- with=
" $with ,wasi:clocks/[email protected] .3 =crate::clocks::wall_clock"
33
- with=
" $with ,wasi:filesystem/[email protected] .3 =crate::filesystem::types"
34
- with=
" $with ,wasi:filesystem/[email protected] .3 =crate::filesystem::preopens"
35
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::error"
36
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::poll"
37
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::streams"
38
- with=
" $with ,wasi:random/[email protected] .3 =crate::random::random"
39
- with=
" $with ,wasi:random/[email protected] .3 =crate::random::insecure"
40
- with=
" $with ,wasi:random/[email protected] .3 =crate::random::insecure_seed"
41
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::network"
42
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::instance_network"
43
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::tcp"
44
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::tcp_create_socket"
45
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::udp"
46
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::udp_create_socket"
47
- with=
" $with ,wasi:sockets/[email protected] .3 =crate::sockets::ip_name_lookup"
21
+ with=
" wasi:cli/[email protected] .4 =crate::cli::environment"
22
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::exit"
23
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::stdin"
24
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::stdout"
25
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::stderr"
26
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::terminal_input"
27
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::terminal_output"
28
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::terminal_stdin"
29
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::terminal_stdout"
30
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::terminal_stderr"
31
+ with=
" $with ,wasi:clocks/[email protected] .4 =crate::clocks::monotonic_clock"
32
+ with=
" $with ,wasi:clocks/[email protected] .4 =crate::clocks::wall_clock"
33
+ with=
" $with ,wasi:filesystem/[email protected] .4 =crate::filesystem::types"
34
+ with=
" $with ,wasi:filesystem/[email protected] .4 =crate::filesystem::preopens"
35
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::error"
36
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::poll"
37
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::streams"
38
+ with=
" $with ,wasi:random/[email protected] .4 =crate::random::random"
39
+ with=
" $with ,wasi:random/[email protected] .4 =crate::random::insecure"
40
+ with=
" $with ,wasi:random/[email protected] .4 =crate::random::insecure_seed"
41
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::network"
42
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::instance_network"
43
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::tcp"
44
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::tcp_create_socket"
45
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::udp"
46
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::udp_create_socket"
47
+ with=
" $with ,wasi:sockets/[email protected] .4 =crate::sockets::ip_name_lookup"
48
48
generate src/command.rs \
49
49
--world wasi:cli/command \
50
50
--with " $with " \
@@ -54,17 +54,17 @@ generate src/command.rs \
54
54
--export-macro-name _export_command
55
55
56
56
# Same as the `command` world, but for the proxy world.
57
- with=
" wasi:cli/[email protected] .3 =crate::cli::stdin"
58
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::stdout"
59
- with=
" $with ,wasi:cli/[email protected] .3 =crate::cli::stderr"
60
- with=
" $with ,wasi:clocks/[email protected] .3 =crate::clocks::monotonic_clock"
61
- with=
" $with ,wasi:clocks/[email protected] .3 =crate::clocks::wall_clock"
62
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::error"
63
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::poll"
64
- with=
" $with ,wasi:io/[email protected] .3 =crate::io::streams"
65
- with=
" $with ,wasi:random/[email protected] .3 =crate::random::random"
66
- with=
" $with ,wasi:http/[email protected] .3 =crate::http::types"
67
- with=
" $with ,wasi:http/[email protected] .3 =crate::http::outgoing_handler"
57
+ with=
" wasi:cli/[email protected] .4 =crate::cli::stdin"
58
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::stdout"
59
+ with=
" $with ,wasi:cli/[email protected] .4 =crate::cli::stderr"
60
+ with=
" $with ,wasi:clocks/[email protected] .4 =crate::clocks::monotonic_clock"
61
+ with=
" $with ,wasi:clocks/[email protected] .4 =crate::clocks::wall_clock"
62
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::error"
63
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::poll"
64
+ with=
" $with ,wasi:io/[email protected] .4 =crate::io::streams"
65
+ with=
" $with ,wasi:random/[email protected] .4 =crate::random::random"
66
+ with=
" $with ,wasi:http/[email protected] .4 =crate::http::types"
67
+ with=
" $with ,wasi:http/[email protected] .4 =crate::http::outgoing_handler"
68
68
generate src/proxy.rs \
69
69
--world wasi:http/proxy \
70
70
--with " $with " \
0 commit comments