Skip to content

Commit

Permalink
Merge branch 'main' into log-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Jan 9, 2025
2 parents 305a83c + c2007b3 commit 2d2971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workflows/wasm/host/wasip1.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func pollOneoff(caller *wasmtime.Caller, subscriptionptr int32, eventsptr int32,
// - 8-16: timeout
// - 16-24: precision
// - 24-32: flag
newTimeout := binary.LittleEndian.Uint16(argBuf[8:16])
newTimeout := binary.LittleEndian.Uint64(argBuf[8:16])
flag := binary.LittleEndian.Uint16(argBuf[24:32])

var errno Errno
Expand Down

0 comments on commit 2d2971d

Please sign in to comment.