proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
Remove default implementations from headers.
From https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/156#discussion_r620092330:
We should remove default implementations (e.g.
getCurrentTimeNanoseconds) from headers, to avoid accidentally leaking them into production code... and then we can have a dummy Context implementation used for tests in this repo.
cc @mathetake