Module wasmer_package::package::package
source ยท Structsยง
- A Wasmer package that will be lazily loaded from disk.
Enumsยง
- BaseDir ๐
- Errors that may occur while loading a Wasmer package from disk.
Constantsยง
- IS_WASI ๐
Functionsยง
- read_manifest ๐
- tempdir ๐A polyfill for
TempDir::new()
that will work when compiling to WASI-based targets. - unpack_archive ๐A polyfill for
Archive::unpack()
that is WASI-compatible.