samples/hello-wasm/wasm
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
..
Makefile Adds sample for embedded wasm usage (#122) 2023-04-11 08:42:32 +03:00
go.mod Adds sample for embedded wasm usage (#122) 2023-04-11 08:42:32 +03:00
go.sum Adds sample for embedded wasm usage (#122) 2023-04-11 08:42:32 +03:00
main.go Adds sample for embedded wasm usage (#122) 2023-04-11 08:42:32 +03:00
main.wasm Adds sample for embedded wasm usage (#122) 2023-04-11 08:42:32 +03:00