wa-lang.org/wazero@v1.0.2/internal/integration_test/spectest/v1/spectest.go (about)

     1  package v1
     2  
     3  import (
     4  	"embed"
     5  
     6  	"wa-lang.org/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