proxy-wasm / proxy-wasm-cpp-sdk

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

wasmsdk image support bazel #126

Open clarechu opened 3 years ago

clarechu commented 3 years ago

I want to use bazel to build wasm

Example.

We use this repository https://github.com/istio-ecosystem/wasm-extensions

git clone https://github.com/istio-ecosystem/wasm-extensions

cd wasm-extensions

docker run -v $PWD:/work -w /work  wasmsdk:v2 bazel build //extensions/basic_auth:basic_auth.wasm
clarechu commented 3 years ago

I didn't restrict anyone from using bazel or make to build wasm, I just installed a bazelisk

clarechu commented 3 years ago

lgtm? @bianpengyuan

bianpengyuan commented 3 years ago

@ClareChu could you remove this empty file? https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/126/files#diff-d03502c43d74a30b936740a9517dc4ea2b2ad7168caa0a774cefe793ce0b33e7

clarechu commented 3 years ago

ok

clarechu commented 3 years ago

@ClareChu could you remove this empty file? https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/126/files#diff-d03502c43d74a30b936740a9517dc4ea2b2ad7168caa0a774cefe793ce0b33e7

done @bianpengyuan