mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:52:25 -05:00
update go-ffmpreg to v0.2.5 (pulls in latest tetratelabs/wazero) (#3203)
This commit is contained in:
parent
6fe96a5611
commit
09f24e0446
75 changed files with 1772 additions and 1913 deletions
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue