Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename main -> start on wasm-bindgen(start) example #3648

Merged
merged 4 commits into from
Oct 11, 2023
Merged

rename main -> start on wasm-bindgen(start) example #3648

merged 4 commits into from
Oct 11, 2023

Commits on Oct 9, 2023

  1. rename main -> start

    I got error with this example.
    
    ```
    error: entry symbol `main` declared multiple times
      |
      = help: did you use `#[no_mangle]` on `fn main`? Use `#[start]` instead
    ```
    kazuk authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cf95b98 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    8a4c5f7 View commit details
    Browse the repository at this point in the history
  2. main -> start

    update description
    kazuk authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    14e2a8a View commit details
    Browse the repository at this point in the history
  3. remove pub

    works with non pub `fn start()`
    kazuk authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    550dc77 View commit details
    Browse the repository at this point in the history