improves morgue files - writes to console on wasm

This commit is contained in:
Llywelwyn 2023-08-25 06:58:54 +01:00
parent 14a6e46669
commit de5dacb2ba
4 changed files with 98 additions and 39 deletions

View file

@ -128,4 +128,5 @@ pub fn try_load_configuration() -> Config {
#[cfg(target_arch = "wasm32")]
pub fn try_load_configuration() -> Config {
let config = Config::default();
return config;
}