Investigate moving away from requiring #[wasm_bindgen(start)]
attr
#19
Labels
cli
Trunk CLI application
discussion
This item needs some discussion
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Per some discussion here https://discordapp.com/channels/701068342760570933/701068343431528490/748623604563837030 it looks like we may be able to move away from requiring folks to use the
#[wasm_bindgen(start)]
attribute.Also see rustwasm/wasm-bindgen#1057 (comment)
todo
fn main
without the#[wasm_bindgen(start)]
attribute.The text was updated successfully, but these errors were encountered: