minemod/src/targets/wasm.rs
2025-02-05 11:34:55 -04:00

6 lines
120 B
Rust

use log::*;
pub fn main() {
super::init_logging();
error!("Sorry, but wasm currently isnt setup in this engine!");
}