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

Add instructions for using SDK without Emscripten

Open mpwarres opened this issue 1 year ago • 2 comments

Context: https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/158/files#r1702364332

It should be possible to build against the C++ SDK using clang --target=wasm32-wasi as opposed to Emscripten. SDK documentation should include steps to do that.

Related: #169, #136, #145

mpwarres avatar Aug 04 '24 20:08 mpwarres

My point was that we should drop Emscripten altogether, since it doesn't provide any value for non-browser environments.

PiotrSikora avatar Aug 11 '24 23:08 PiotrSikora

Did anyone succeed in using this? This seems like much better UX for a small module.

kyessenov avatar Nov 05 '24 20:11 kyessenov