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

Multiplatform setup #62

Open
RiccardoM opened this issue Mar 11, 2019 · 2 comments
Open

Multiplatform setup #62

RiccardoM opened this issue Mar 11, 2019 · 2 comments

Comments

@RiccardoM
Copy link
Contributor

Currently the project heavily depends on some methods that are available only on the JVM platform.

For example, we can see the usage of System.arrayCopy method used in a lot of places, as well as String.toCharArray and other JVM-only methods.

I think it would be great to set up the whole project to ne multiplatform ready, allowing us to delegate the implementation of such methods inside the proper JVM/JS/native modules.

The problem is: I don't know which organization would be the best. Having all those small modules, how should be proceed into this?

Working on this would make #61 easier

@ligi
Copy link
Member

ligi commented Mar 11, 2019

Unfortunately I do not yet have much experiences with multiplatform - and also currently not much time to dig into this. That said I would be happy if KEthereum gets multi-platform friendly. Ideally this is done by someone that uses KEthereum for multi-platform. I currently only use KEthereum for Android and console JVM projects.

@RiccardoM RiccardoM mentioned this issue Mar 11, 2019
42 tasks
@RiccardoM
Copy link
Contributor Author

@ligi I think we should stop the development of new features until this issue is closed properly. Can we look at the PR and see if everything is fine/fix the remaining problems?

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

Successfully merging a pull request may close this issue.

2 participants