mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
implement upkr unpacker in wasm, use to load compressed base
This commit is contained in:
5
uw8-tool/src/lib.rs
Normal file
5
uw8-tool/src/lib.rs
Normal file
@@ -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