We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d82aa commit 6892046Copy full SHA for 6892046
proxy_wasm_intrinsics.cc
@@ -17,7 +17,7 @@
17
#include "proxy_wasm_intrinsics.h"
18
19
// Required Proxy-Wasm ABI version.
20
-extern "C" PROXY_WASM_KEEPALIVE void proxy_abi_version_0_2_0() {}
+extern "C" PROXY_WASM_KEEPALIVE void proxy_abi_version_0_2_1() {}
21
22
static std::unordered_map<std::string, RootFactory> *root_factories = nullptr;
23
static std::unordered_map<std::string, ContextFactory> *context_factories = nullptr;
0 commit comments