mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update go-ffmpreg to v0.2.5 (pulls in latest tetratelabs/wazero) (#3203)
This commit is contained in:
8
vendor/codeberg.org/gruf/go-ffmpreg/wasm/instance.go
generated
vendored
8
vendor/codeberg.org/gruf/go-ffmpreg/wasm/instance.go
generated
vendored
@@ -10,6 +10,10 @@ import (
|
||||
)
|
||||
|
||||
type Args struct {
|
||||
// Optional further module configuration function.
|
||||
// (e.g. to mount filesystem dir, set env vars, etc).
|
||||
Config func(wazero.ModuleConfig) wazero.ModuleConfig
|
||||
|
||||
// Standard FDs.
|
||||
Stdin io.Reader
|
||||
Stdout io.Writer
|
||||
@@ -17,10 +21,6 @@ type Args struct {
|
||||
|
||||
// CLI args.
|
||||
Args []string
|
||||
|
||||
// Optional further module configuration function.
|
||||
// (e.g. to mount filesystem dir, set env vars, etc).
|
||||
Config func(wazero.ModuleConfig) wazero.ModuleConfig
|
||||
}
|
||||
|
||||
type Instantiator struct {
|
||||
|
Reference in New Issue
Block a user