envoy-wasm-rust-sdk
envoy-wasm-rust-sdk copied to clipboard
make use of `wee_alloc` optional
Context
- at the moment, proxy-wasm-rust-sdk uses wee_alloc unconditionally
Expected
- put use of wee_alloc behind a feature flag
@yskopets This problem seems resolved with this.