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

✨ Initial support for low powered devices with other architectures #566

Open
neon-mmd opened this issue May 3, 2024 · 3 comments · May be fixed by #567
Open

✨ Initial support for low powered devices with other architectures #566

neon-mmd opened this issue May 3, 2024 · 3 comments · May be fixed by #567

Comments

@neon-mmd
Copy link
Owner

neon-mmd commented May 3, 2024

Description

Work Expected From The Issue

Provide initial support for low powered devices with other architectures by providing different cargo profiles to support different architectures.

The issue expects the following files to be changed/modified:

  • Cargo.toml

Note

All the files that are expected to be changed are located under the codebase (websurfx directory).

Reason Behind These Changes

The reason behind having these changes is to lay the initial groundwork of foundational support for low powered devices with other architectures, and which can be in future leveraged to expand support of the app to other architectures with further improvements and features provided in the code geared towards this.

Screenshots

No response

Do you want to work on this issue?

Yes

Additional information

No response

Copy link

github-actions bot commented May 3, 2024

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md

neon-mmd added a commit that referenced this issue May 4, 2024
…tectures (#566)

- Add 2 profiles with binary size reduction feature to allow devices
  with low storage to compile/build the app with smaller size.
- Add 3 profiles to allow devices with low powered cpus or other
  architectures like arm to compile apps using less cpu usage.
- Add 6 profiles with hybrid of both for both low powered cpu and low
  storage devices.
@lazyzyf
Copy link

lazyzyf commented May 12, 2024

Please release a docker image which can support arm64 platform.

@neon-mmd
Copy link
Owner Author

Please release a docker image which can support arm64 platform.

Sorry for the late reply.
Yes sure, thanks ❤️ for taking the time to add your feature request suggestion here but right now we are providing the initial support so that we can provide the base foundation for further features like this to be provided in the future releases. 🙂 .

Also, we would suggest you also open a feature request issue for this. So that we can work on that in the future releases soon. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment