diff --git a/wasm/vm.go b/wasm/vm.go index 2aa3b1f2..9d011d0e 100644 --- a/wasm/vm.go +++ b/wasm/vm.go @@ -20,7 +20,8 @@ type ( Globals []uint64 OperandStack *VirtualMachineOperandStack - RuntimeData interface{} + // used to store runtime data per VirtualMachine + RuntimeData interface{} } NativeFunctionContext struct {