package nodiff
import "github.com/tetratelabs/wazero/internal/testing/nodiff"
Index ¶
- func RequireNoDiff(wasmBin []byte, checkMemory, loggingCheck bool, requireNoError func(err error))
- func RequireNoDiffT(t *testing.T, wasmBin []byte, checkMemory, loggingCheck bool)
Functions ¶
func RequireNoDiff ¶
RequireNoDiff ensures that the behavior is the same between the compiler and the interpreter for any given binary.
func RequireNoDiffT ¶
RequireNoDiffT is a wrapper of RequireNoDiff for testing.T.
Source Files ¶
- 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.