minemod/src/wasm.rs
2025-01-28 18:39:39 -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!");
}