Skip to content

Commit 6892046

Browse files
authored
Change ABI version to 0.2.1 (#45)
This is necessary because the new proxy_get_log_level function only exists there. Signed-off-by: Gregory Brail <[email protected]>
1 parent 96d82aa commit 6892046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_wasm_intrinsics.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "proxy_wasm_intrinsics.h"
1818

1919
// Required Proxy-Wasm ABI version.
20-
extern "C" PROXY_WASM_KEEPALIVE void proxy_abi_version_0_2_0() {}
20+
extern "C" PROXY_WASM_KEEPALIVE void proxy_abi_version_0_2_1() {}
2121

2222
static std::unordered_map<std::string, RootFactory> *root_factories = nullptr;
2323
static std::unordered_map<std::string, ContextFactory> *context_factories = nullptr;

0 commit comments

Comments
 (0)