Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Feb 7, 2022
1 parent fb11301 commit e5ce7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ func NewHostFunctionCallContext(ctx context.Context, memory *MemoryInstance) *Ho
}
}

// Context returns the host call's context. To change the context, use WithContext.
// Context returns the host call's context.
//
// The returned context is always non-nil; it defaults to the background context.
func (c *HostFunctionCallContext) Context() context.Context {
Expand Down

0 comments on commit e5ce7f9

Please sign in to comment.