Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: zach <[email protected]>
  • Loading branch information
Marton6 and zshipko authored Mar 12, 2024
1 parent 823f407 commit 2013ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extism.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func (plugin *Plugin) GetOutput() ([]byte, error) {
return plugin.GetOutputWithContext(context.Background())
}

// GetOutput retrieves the output data from the last WebAssembly function call.
// GetOutputWithContext retrieves the output data from the last WebAssembly function call.
func (plugin *Plugin) GetOutputWithContext(ctx context.Context) ([]byte, error) {
outputOffs, err := plugin.Runtime.Extism.ExportedFunction("output_offset").Call(ctx)
if err != nil {
Expand Down

0 comments on commit 2013ed8

Please sign in to comment.