mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-29 05:59:41 +02:00
implement upkr unpacker in wasm, use to load compressed base
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mod base_module;
|
||||
pub mod pack;
|
||||
|
||||
pub use base_module::BaseModule;
|
||||
pub use pack::{pack_file, unpack, unpack_file};
|
||||
Reference in New Issue
Block a user