Files
wazero/internal/gojs
Crypt Keeper 6626535f44 gojs: ensures Mkdir(path, 0) works (#1208)
Go has a test that forces us to handle Mkdir with zero as its
permissions. In GOOS=js, the result of fs.mkdir is a file descriptor,
and to open that, we can't use literally 0. Hence, to solve this we need
to coerce 0 to 0500 in GOOS=js.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-03-07 16:02:17 +08:00
..
2023-01-28 19:11:37 +02:00
2023-01-28 12:51:44 +02:00
2023-01-10 14:11:46 +09:00
2023-01-28 12:51:44 +02:00
2023-02-26 06:47:10 +08:00
2023-02-26 06:47:10 +08:00
2023-01-28 12:51:44 +02:00
2023-01-28 19:11:37 +02:00