main

Macro main 

Source
macro_rules! main {
    ($code:block) => { ... };
}
Expand description

Re-implementation of most of the function and types of https://github.com/proxy-wasm/proxy-wasm-rust-sdk without any extern function, so that they are able to compile in Windows ((https://github.com/rust-lang/rust/issues/86125)