github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/integration_test/spectest/v1/spectest.go (about) 1 package v1 2 3 import ( 4 "embed" 5 ) 6 7 // Testcases is exported for cross-process file cache tests. 8 // 9 //go:embed testdata/*.wasm 10 //go:embed testdata/*.json 11 var Testcases embed.FS