Class PluginIntializationOptions
Options for initializing a plugin.
public class PluginIntializationOptions
- Inheritance
-
PluginIntializationOptions
- Inherited Members
Properties
FuelLimit
Limits number of instructions that can be executed by the plugin.
public long? FuelLimit { get; set; }
Property Value
- long?
WithWasi
Enable WASI support.
public bool WithWasi { get; set; }