Closed
Conversation
Member
|
@copilot resume work |
Contributor
Author
I've resumed work on the pyxel recipe for emscripten-forge. I've completed the initial implementation with commit 944e9e2: ✅ What I've done:
The recipe follows the same patterns as other Rust packages in the repo (rustworkx, orjson) and is ready for testing with the full emscripten-forge channel. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
944e9e2 to
4bb05f6
Compare
Contributor
Author
Made the requested changes in commit 3408ef4:
The pyxel recipe now follows the established patterns for both source handling and test structure. |
3408ef4 to
f6f1340
Compare
Co-authored-by: IsabelParedes <23283243+IsabelParedes@users.noreply.github.com>
Co-authored-by: IsabelParedes <23283243+IsabelParedes@users.noreply.github.com>
f6f1340 to
a9e53ff
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a complete recipe for pyxel, a retro game engine for Python, to support WebAssembly environments through emscripten-forge.
Changes Made
recipes/recipes_emscripten/pyxel/following established patternsPackage Details
Files Created
recipe.yaml- Package metadata and dependency specifications with URL source and SHA256 hashbuild.sh- Build script handling SDL2 setup and maturin compilationtest_import_pyxel.py- Import verification and basic functionality tests using function definitionsPyxel already includes WebAssembly support with pre-built emscripten wheels, making it well-suited for emscripten-forge. The recipe enables building pyxel from source for WebAssembly targets.
Fixes #2806.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.