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

Bump proc-macro2 to unbreak nightly build #161

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

Gordon-F
Copy link

@epage
Copy link
Owner

epage commented Aug 17, 2023

Is there a reason you are using this rather than cargo +nightly -Zscript? I've switched to that and use a nargo ("nightly" + "cargo") wrapper script to make it nicer for my #!. Doing this will also get us more feedback on what will actually be widely used.

@epage epage merged commit 3d1a287 into epage:main Aug 17, 2023
9 of 11 checks passed
@Gordon-F
Copy link
Author

@epage I don't use cargo-script-mvs. But I'm trying to make another tool based on it. I need a tool to compile one .rs file into cdylib for wasm target. I can use rustc directly, but I also need to work with dependencies somehow.

Unfortunately, currently in cargo we need to create a new crate for every wasm lib. But if you build wasm based script system for a game engine, it's not user friendly to create a new cargo package for every small entity (player, enemy, etc.).

@epage
Copy link
Owner

epage commented Aug 17, 2023

Might be worth commenting on the tracking issue with your use case and what you'd need out of native "cargo script" support to get it

@Gordon-F Gordon-F deleted the fix_nightly_build branch September 16, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants