implement upkr unpacker in wasm, use to load compressed base

This commit is contained in:
2021-11-20 23:36:16 +01:00
parent f7e3202c39
commit 93b2bb60bd
6 changed files with 149 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
mod base_module;
pub mod pack;
pub use base_module::BaseModule;
pub use pack::{pack_file, unpack, unpack_file};