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