When compiling a binary crate to wasm using the `wasm32-unknown-unknown` target, a `$start` function is not inserted into the resulting wasm binary, This is a continuation of https://github.com/rust-lang-nursery/rust-wasm/issues/108
When compiling a binary crate to wasm using the
wasm32-unknown-unknowntarget, a$startfunction is not inserted into the resulting wasm binary,This is a continuation of https://github.com/rust-lang-nursery/rust-wasm/issues/108