File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/develop/rust/socket_networking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cd wasmedge_wasi_socket/http_client/
27
27
# Build the Rust Code
28
28
cargo build --target wasm32-wasi --release
29
29
# Use the AoT compiler to get better performance
30
- wasmedgec target/wasm32-wasi/release/http_client.wasm http_client.wasm
30
+ wasmedge compile target/wasm32-wasi/release/http_client.wasm http_client.wasm
31
31
32
32
# Run the example
33
33
wasmedge http_client.wasm
@@ -71,7 +71,7 @@ cd wasmedge_wasi_socket/nonblock_http_client/
71
71
# Build the Rust Code
72
72
cargo build --target wasm32-wasi --release
73
73
# Use the AoT compiler for better performance
74
- wasmedgec target/wasm32-wasi/release/nonblock_http_client.wasm nonblock_http_client.wasm
74
+ wasmedge compile target/wasm32-wasi/release/nonblock_http_client.wasm nonblock_http_client.wasm
75
75
76
76
# Run the example
77
77
wasmedge nonblock_http_client.wasm
You can’t perform that action at this time.
0 commit comments