-
Notifications
You must be signed in to change notification settings - Fork 172
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
Wasm opt rust #340
base: main
Are you sure you want to change the base?
Wasm opt rust #340
Conversation
I've played a bit but I've not tried the download feature because I've got already unimplemented! if Os is not supportedCan we use Too much code in
|
It seems to me. There is. Another reason for. WASM-4 SDK.
I had a thought about implementing cargo-wasm4 for my wasm4-rs repo. I could implement this thing inside of the cargo-wasm4 and expose it as a library. Optimization like |
First of all, let me remind everyone that I have little experience with WASM, so do not take my opinions too seriously :D Anyway, it is nice to see someone working on streamlining WASM-4 games development with Rust. I also have a few observations:
I hope I did not sound too negative, though. In comparison, I took a much less ambitious approach in my projects.
|
There's rust-lang/cargo#545, but it is not resolved.
There's nothing wrong with it. This PR is modelled after https://github.com/matklad/cargo-xtask/ repo.
I remember i have done that already. There's already
(5.) I have considered EDIT: i've eased my language here a bit. Sorry for being rude to you @claudiomattera and thank you for your review. I have spent a lot of time on user friendliness, so i was stressed there a bit. |
I am no longer wanna do anything before there's any consensus on a solution. I had idea for |
That feature looks nice, it would open up a few possibilities of automation without relying on external tools.
Correct.
It does not really rebut any of my points, though. It carries lots of dependencies, including system ones (cURL and OpenSSL). I would personally try to avoid that kind of direct dependency.
That was more of a reminder than anything else. I have been auditing some of my own projects lately, and I always found some unused features in my dependencies.
Yes, that would a good idea.
Sure, I just mentioned it as a simpler, less powerful alternative. By the way, I was wondering if this step is something that could be embedded into the linker and Cargo's |
Well there's With regards to the Again i would like to apologise for my rude behaviour @claudiomattera. Your thoughts on the subject are valuable here, do not doubt that. |
Yeah.
Fair point.
No problem, and of course your work on this topic is also appreciated :) |
print output cartridges;cargo xtask run