Skip to content

Commit 57c8871

Browse files
fix typo in wazero.HostFunctionBuilder.WithFunc documentation (tetratelabs#1262)
Signed-off-by: Achille Roussel <[email protected]>
1 parent 0a4ebdf commit 57c8871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type HostFunctionBuilder interface {
8686
//
8787
// Except for the context.Context and optional api.Module, all parameters
8888
// or result types must map to WebAssembly numeric value types. This means
89-
// uint32, int32, uint64, int32 float32 or float64.
89+
// uint32, int32, uint64, int64, float32 or float64.
9090
//
9191
// api.Module may be specified as the second parameter, usually to access
9292
// memory. This is important because there are only numeric types in Wasm.

0 commit comments

Comments
 (0)