github.com/tetratelabs/wazero@v1.2.1/internal/integration_test/spectest/v1/spectest.go (about)

     1  package v1
     2  
     3  import (
     4  	"embed"
     5  
     6  	"github.com/tetratelabs/wazero/api"
     7  )
     8  
     9  // Testcases is exported for cross-process file cache tests.
    10  //
    11  //go:embed testdata/*.wasm
    12  //go:embed testdata/*.json
    13  var Testcases embed.FS
    14  
    15  // EnabledFeatures is exported for cross-process file cache tests.
    16  const EnabledFeatures = api.CoreFeaturesV1