1
2
3
4
5
6
pub fn wasm_init() {}

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