mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
fix
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user