Type Definition parity_wasm::interpreter::DefaultProgramInstance  
                   
                       [−]
                   
               [src]
type DefaultProgramInstance = ProgramInstance<DummyUserError>;
Default type of ProgramInstance if you do not need any custom user errors. To work with custom user errors or interpreter internals, use CustomProgramInstance.