mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
committed by
Damian Gryski
parent
48d741f68a
commit
9be956f4bc
@@ -212,6 +212,7 @@ func writeStream(stream *wasiStream, buf *byte, count uint, offset int64) int {
|
||||
return -1
|
||||
}
|
||||
remaining -= len
|
||||
src = src[len:]
|
||||
}
|
||||
|
||||
return int(count)
|
||||
|
||||
Reference in New Issue
Block a user