start implementing run --browser

This commit is contained in:
2022-02-19 16:21:02 +01:00
parent f1493ebded
commit 4c75ba2e44
8 changed files with 993 additions and 49 deletions

View File

@@ -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,