wasm-bindgen-macro 0.2.50

Definition of the `#[wasm_bindgen]` attribute, an internal dependency
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: the start function cannot have arguments
 --> $DIR/start-function.rs:7:13
  |
7 | pub fn foo2(x: u32) {}
  |             ^^^^^^

error: the start function cannot have generics
  --> $DIR/start-function.rs:10:12
   |
10 | pub fn foo3<T>() {}
   |            ^^^