package nodiff

import "github.com/tetratelabs/wazero/internal/testing/nodiff"

Index

Functions

func RequireNoDiff

func RequireNoDiff(wasmBin []byte, checkMemory, loggingCheck bool, requireNoError func(err error))

RequireNoDiff ensures that the behavior is the same between the compiler and the interpreter for any given binary.

func RequireNoDiffT

func RequireNoDiffT(t *testing.T, wasmBin []byte, checkMemory, loggingCheck bool)

RequireNoDiffT is a wrapper of RequireNoDiff for testing.T.

Source Files

nodiff.go

Version
v1.7.0-pre.1
Published
Mar 9, 2024
Platform
linux/amd64
Imports
15 packages
Last checked
31 minutes ago

Tools for package owners.