Expand description
Define the interface for differential evaluation of Wasm functions.
Traits§
- Diff
Engine - Provide a way to instantiate Wasm modules.
- Diff
Instance - Provide a way to evaluate Wasm functions–a Wasm instance implemented by a specific engine (i.e., compiler or interpreter).
Functions§
- build
- Returns a function which can be used to build the engine name specified.
- build_
allowed_ env_ list - Build a list of allowed values from the given
defaults
using theenv_list
. - parse_
env_ list - Retrieve a comma-delimited list of values from an environment variable.
- setup_
engine_ runtimes - Initialize any global state associated with runtimes that may be differentially executed against.