Commit Graph

3 Commits

Author SHA1 Message Date
Taction 87d362020a
Fix dapr runtime version in doc (#155)
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-08-14 19:55:24 -07:00
Crypt Keeper 75f05f65f6
component http wasm: adjust for config drift (#150)
* component http wasm: adjust for config drift

The configuration property for the wasm file is renamed per https://github.com/dapr/components-contrib/pull/2817

Signed-off-by: Adrian Cole <adrian@tetrate.io>

* fuzz

Signed-off-by: Adrian Cole <adrian@tetrate.io>

---------

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-07-31 11:57:00 -07:00
Crypt Keeper d3a6145ec0
Adds sample for embedded wasm usage (#122)
This introduces users to the idea that WebAssembly is embedded in the
sidecar, by actually serving a request that way.

This will be more interesting when we add file watch support to the wasm
middleware, which would allow people to reload wasm without restarting
the process.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-04-11 08:42:32 +03:00