update go-ffmpreg to v0.2.3 (#3120)

This commit is contained in:
kim 2024-07-20 13:14:58 +00:00 committed by GitHub
commit 409b3987ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 6 additions and 175 deletions

Binary file not shown.

View file

@ -5,7 +5,6 @@ import (
"os"
"github.com/tetratelabs/wazero/api"
"github.com/tetratelabs/wazero/experimental"
)
func init() {
@ -31,8 +30,7 @@ const CoreFeatures = api.CoreFeatureSIMD |
api.CoreFeatureNonTrappingFloatToIntConversion |
api.CoreFeatureMutableGlobal |
api.CoreFeatureReferenceTypes |
api.CoreFeatureSignExtensionOps |
experimental.CoreFeaturesThreads
api.CoreFeatureSignExtensionOps
//go:embed ffprobe.wasm
var B []byte