compression_rs_in_mem_worker library

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'.