Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jun 13, 2024
1 parent 987dcf0 commit c8cc0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hostfunctions/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func readParams4[T1, T2, T3, T4 any](ctx context.Context, mod wasm.Module,
// return errors.Join(err1, err2, err3, err4, err5, err6)
// }

var _ = callFunction // @jairad26 - remove this plz

func callFunction(ctx context.Context, mod wasm.Module, fnName string, inputValues ...any) (any, error) {
info, ok := functions.Functions[fnName]
if !ok {
Expand Down

0 comments on commit c8cc0f3

Please sign in to comment.