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.9.0 (latest)
Published
Feb 18, 2025
Platform
linux/amd64
Imports
15 packages
Last checked
4 days ago

Tools for package owners.