1
2
3
4
#[macro_export]
macro_rules! wasm_init {
	($($input:tt)*) => {};
}