You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, proxy_wasm::createWasm() always canaries the provided plugin. This provides assurance that the given plugin will be able to start successfully in the returned WasmBase instance.
However in some use cases, particularly ones that do not involve sharing or reuse of the WasmBase, it may be desirable to skip the canary step, to avoid doubled calls to WasmBase::start() and WasmBase::configure().
The text was updated successfully, but these errors were encountered:
Currently, proxy_wasm::createWasm() always canaries the provided plugin. This provides assurance that the given plugin will be able to start successfully in the returned WasmBase instance.
However in some use cases, particularly ones that do not involve sharing or reuse of the WasmBase, it may be desirable to skip the canary step, to avoid doubled calls to WasmBase::start() and WasmBase::configure().
The text was updated successfully, but these errors were encountered: