You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are launch and task configuration files if you want to use VSCode for debugging in an IDE; however, if you prefer using GDB or LLDB directly the configuration files should be enough to get you up and running. Note that the [GDB configuration requires an absolute path](https://github.com/bytecodealliance/sample-wasi-http-rust/blob/fe47fc9f6c87d09575f6683a26f9a67e3e71aa26/.vscode/launch.json#L28), so that configuration in VSCode you will need to modify for your computer.
@@ -57,24 +69,18 @@ local [`wasmtime` instance][wasmtime] you can run the following commands:
For production workloads however, you may want to use other runtimes or
64
76
integrations which provide their own OCI integrations. Deployment will vary
65
77
depending on you providers, though at their core they will tend to be variations
66
78
on the pull + serve pattern we've shown here.
67
79
68
-
## See Also
69
-
70
-
**Hosts**
71
-
-[sample-wasi-http-aks-wasmcloud](https://github.com/yoshuawuyts/sample-wasi-http-aks-wasmcloud) - A `wasi:http` example host environment running on AKS using the WasmCloud runtime
0 commit comments