mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +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
|
return -1
|
||||||
}
|
}
|
||||||
remaining -= len
|
remaining -= len
|
||||||
|
src = src[len:]
|
||||||
}
|
}
|
||||||
|
|
||||||
return int(count)
|
return int(count)
|
||||||
|
|||||||
Reference in New Issue
Block a user