This commit is contained in:
dcode
2019-05-23 03:08:25 +02:00
parent d94b4fca50
commit 51fdf9db4f
182 changed files with 81381 additions and 95410 deletions

View File

@ -1,5 +1,5 @@
import { dirent, rwevent, fdstat, filestat, iovec, clocksubscription, fdsubscription, signal, dirprestat } from "bindings/wasi";
import { Target } from "common/target";
import { Target } from "shared/target";
assert(offsetof<dirent>("next") == 0);
assert(offsetof<dirent>("ino") == 8);