mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 00:33:02 -06:00
update go-ffmpreg to v0.3.1 (pulls in latest wazero too) (#3398)
This commit is contained in:
parent
02470db5f6
commit
bd1866ad8a
21 changed files with 190 additions and 180 deletions
3
vendor/github.com/tetratelabs/wazero/internal/wasm/engine.go
generated
vendored
3
vendor/github.com/tetratelabs/wazero/internal/wasm/engine.go
generated
vendored
|
|
@ -44,9 +44,10 @@ type ModuleEngine interface {
|
|||
|
||||
// ResolveImportedFunction is used to add imported functions needed to make this ModuleEngine fully functional.
|
||||
// - `index` is the function Index of this imported function.
|
||||
// - `descFunc` is the type Index in Module.TypeSection of this imported function. It corresponds to Import.DescFunc.
|
||||
// - `indexInImportedModule` is the function Index of the imported function in the imported module.
|
||||
// - `importedModuleEngine` is the ModuleEngine for the imported ModuleInstance.
|
||||
ResolveImportedFunction(index, indexInImportedModule Index, importedModuleEngine ModuleEngine)
|
||||
ResolveImportedFunction(index, descFunc, indexInImportedModule Index, importedModuleEngine ModuleEngine)
|
||||
|
||||
// ResolveImportedMemory is called when this module imports a memory from another module.
|
||||
ResolveImportedMemory(importedModuleEngine ModuleEngine)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue