proxy-wasm / proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)
Apache License 2.0
140 stars 68 forks source link

Question: WasmRuntimeValues in Envoy #105

Closed Xunzhuo closed 3 years ago

Xunzhuo commented 3 years ago

As envoy source code shows:

image

How can I run wasm in Wasmtime, Wavm.. instead of v8 engine in Envoy ?

I try to edit envoy config to change runtime field to wasmtime or wavm, but it seems not to work right.

Is it now Envoy just support v8 to run wasm or something else?

PiotrSikora commented 3 years ago

You need to compile Envoy with selected Wasm runtime (e.g. bazel build --define wasm=wasmtime ...).

But please keep issues in their respective repositories. This is Envoy question, not C++ SDK question.