github.com/wasilibs/wazerox@v0.0.0-20240124024944-4923be63ab5f/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