proxy-wasm-cpp-host icon indicating copy to clipboard operation
proxy-wasm-cpp-host copied to clipboard

Migrate runtime builds from Envoy repository to cpp-host

Open mathetake opened this issue 5 years ago • 0 comments

Runtime build issues/handling should be decoupled from host implementations, e.g. the link time symbol issue https://github.com/envoyproxy/envoy/issues/14012

TODOs:

  • have BUILD files for WAVM and V8 (hopefully without gen_rules https://github.com/envoyproxy/envoy-wasm/issues/206)
    • V8: https://github.com/envoyproxy/envoy/blob/master/bazel/external/wee8.BUILD
    • WAVM: https://github.com/envoyproxy/envoy/blob/master/bazel/foreign_cc/BUILD#L314-L342
  • have exactly the same lib targest as in https://github.com/envoyproxy/envoy/blob/master/bazel/external/proxy_wasm_cpp_host.BUILD
    • ${runtime}_lib

Related to https://github.com/proxy-wasm/proxy-wasm-cpp-host/issues/49

mathetake avatar Dec 06 '20 12:12 mathetake