-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't use an external premake extension for emscripten; just set up the environment ourselves to build with emscripten. * Delete the spots that turned on the '-pthread' flag for emscripten. * Get the WebGL and WebGPU builds compiling again and add a github workflow for them. * Delete the bubbles example. It didn't compile on android or wasm and caused confusion. It's in the git history if we want it back. Diffs= ac0d97c12 Clean up emscripten build (#6531) Co-authored-by: Chris Dalton <[email protected]>
- Loading branch information
1 parent
d67eaa0
commit 2080d11
Showing
8 changed files
with
40 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
acdaee21fea7a690e2db6d01b8a6d2cd150f1db7 | ||
ac0d97c1243ea3c2e473a319f4eb100fed52e1d5 |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dofile 'rive_build_config.lua' | ||
dofile('rive_build_config.lua') | ||
|
||
dependencies = os.getenv('DEPENDENCIES') | ||
|
||
|