compression_rs_in_mem_worker library
Classes
- Archive
- ArchiveInput
- ArchiveInputTar
- ArchiveInputZip
- AsyncCompressor
- Brotli
- BytesOrUnicode
- BytesOrUnicodeString
- BytesOrUnicodeUint8List
- CompressionRsWorld
- CompressionRsWorldImports
- Deflate
- DirPath
- FileBytes
- FilePath
- Gzip
- Input
- InputBytes
- InputFile
- ItemInput
- Lz4
- TarArchiveInput
- TarFile
- TarHeader
- TarHeaderInput
- TarHeaderInputBytes
- TarHeaderInputModel
- TarHeaderModel
- ZipArchiveInput
- ZipFile
- ZipOptions
- Zlib
- Zstd
Functions
-
createCompressionRsInMemoryWorker(
{required CompressionRsWorldImports imports, Future< WasmModule> loadModule()?, WorkersConfig? workersConfig}) → Future<CompressionRsWorld> -
Creates a CompressionRsWorld with the given
wasiConfig
. It setsUp the dynamic library for wasm_run in native platforms and loads the compression_rs WASM module from the file system or from the url pointing to 'lib/compression_rs_wasm.wasm'.