ktock / container2wasm

Container to WASM converter
https://ktock.github.io/container2wasm-demo/
Apache License 2.0
1.97k stars 72 forks source link

Suggestion: Allow passing env.variables when calling `c2w-net` #296

Open elpiel opened 1 month ago

elpiel commented 1 month ago

I know that you can pass env. variables when calling wasmtime and I saw that there's one env. variable passed to wasmtime by c2w-net but running your image might need some custom env. variables to be passed to it.

It would be great if there's an option in c2w-net to allow this.

ktock commented 1 month ago

SGTM