void __wasi_vfs_force_link_init(void) {}
#pragma clang diagnostic ignored "-Wunknown-attributes"
__attribute__((export_name("wasi_vfs_pack_fs")))
void export_wasi_vfs_pack_fs(void) {
extern void __internal_wasi_vfs_pack_fs(void);
__internal_wasi_vfs_pack_fs();
}
__attribute__((constructor(40)))
void __wasi_vfs_rt_init(void) {
extern void __internal_wasi_vfs_rt_init(void);
__internal_wasi_vfs_rt_init();
}