mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
start implementing run --browser
This commit is contained in:
@@ -11,8 +11,10 @@ use wasmtime::{
|
||||
};
|
||||
|
||||
mod filewatcher;
|
||||
mod run_web;
|
||||
|
||||
pub use filewatcher::FileWatcher;
|
||||
pub use run_web::RunWebServer;
|
||||
|
||||
static GAMEPAD_KEYS: &'static [Key] = &[
|
||||
Key::Up,
|
||||
|
||||
Reference in New Issue
Block a user