wasm-init 0.2.2

Let's pretend that life-before-main exists for Rust targeting WebAssembly
Documentation
1
2
3
4
5
6
pub fn wasm_init() {}

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