Module extism_pdk::var

source ·
Expand description

Functions to manipulate plug-in variables

Functions§

  • Gets a variable in the plug-in. This variable lives as long as the plug-in is loaded.
  • Removes a variable from the plug-in. This variable normally lives as long as the plug-in is loaded.
  • Set a variable in the plug-in. This variable lives as long as the plug-in is loaded. The value must have a ToMemory implementation.