mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
improve file selection button, first version of uw8-tool to build base.wasm
This commit is contained in:
9
uw8-tool/src/main.rs
Normal file
9
uw8-tool/src/main.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod base_module;
|
||||
|
||||
use base_module::BaseModule;
|
||||
use anyhow::Result;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
BaseModule::for_format_version(1)?.write_to_file("base.wasm")?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user