mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 19:52:26 -05:00
[chore] update dependencies (#4458)
- codeberg.org/gruf/go-ffmpreg: v0.6.11 -> v0.6.12 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4458 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
3db2d42247
commit
dfdf06e4ad
8 changed files with 110 additions and 36 deletions
|
|
@ -83,7 +83,7 @@ func initWASM(ctx context.Context) error {
|
|||
defer func() {
|
||||
if err == nil && set {
|
||||
// Drop binary.
|
||||
embed.B = nil
|
||||
embed.Free()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ func initWASM(ctx context.Context) error {
|
|||
}
|
||||
|
||||
// Compile ffmpreg WebAssembly into memory.
|
||||
mod, err = run.CompileModule(ctx, embed.B)
|
||||
mod, err = run.CompileModule(ctx, embed.B())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue