generated from emilk/eframe_template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a check for `wasm32-unknown-unknown` and a Trunk build to the checks workflow and to check.sh. The `-Z build-std=std,panic_abort` is required because the precompiled standard library for this target doesn't ship with multithreading support yet so we need to get Cargo to build it from source. We don't need to do this for Trunk because I set up Trunk hooks to edit .cargo/config.toml to enable these flags since Trunk doesn't support passing custom flags to Cargo.
- Loading branch information
Showing
2 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters