Files
tinygo/src
Nia Waldvogel 6afceb5621 os (wasi): fix opening files in read-only mode
On wasi, O_RDWR is a bitwise or of read and write mode.
As a result, the bit test result was incorrect, and rewrote it to read-write mode.
However, the bit tests are not necessary (and upstream Go does not use them).
This passes the flags through directly.
2022-01-15 10:26:19 -05:00
..
2022-01-09 11:04:10 +01:00
2022-01-13 07:56:08 +01:00
2021-12-09 14:35:52 +01:00
2021-12-22 11:02:45 +01:00
2022-01-15 10:38:22 +01:00