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

Get Bevy building for WebAssembly with multithreading #12205

Merged
merged 18 commits into from
Mar 25, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9bfeb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5fc79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb846f7 View commit details
    Browse the repository at this point in the history
  4. Fix CI errors.

    * Move a comment
    * Run CI on nightly
    kettle11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    93a6042 View commit details
    Browse the repository at this point in the history
  5. Use NIGHTLY_TOOLCHAIN env variable

    Co-authored-by: François <mockersf@gmail.com>
    kettle11 and mockersf authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    59eddb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update crates/bevy_render/src/renderer/mod.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    kettle11 and alice-i-cecile authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    106f892 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    431aa37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3d4da View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary +mutable-globals target-feature

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    kettle11 and daxpedda authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9783726 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Add x86_64-unknown-linux-gnu target to fix failing CI

    Co-authored-by: François <francois.mockers@vleue.com>
    kettle11 and mockersf authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e183932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e34b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14f55e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65cca19 View commit details
    Browse the repository at this point in the history
  5. CI fix to download rust-src

    kettle11 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0636540 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Try removing x86_64-unknown-linux-gnu from ci.yml

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    kettle11 and daxpedda authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    dd7240c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    e8fab22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99c936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fcef3 View commit details
    Browse the repository at this point in the history