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

Support for WASM & linArm32 #142

Closed
patjackson52 opened this issue Jun 14, 2020 · 5 comments
Closed

Support for WASM & linArm32 #142

patjackson52 opened this issue Jun 14, 2020 · 5 comments

Comments

@patjackson52
Copy link

I believe the only platforms that are not currently supported are WASM & linArm32. Are there plans to support these? As a library author targeting all possible kotlin platforms it would be great if atomicFu could just be dropped into a shared module for all platforms.

@elizarov
Copy link
Contributor

Currently, we lack the infrastructure to test linuxArm32 targets. However, our long-term plan is to completely revamp the distribution model so that we don't have to build binaries for each target in the first place.

@slavonnet
Copy link

And SIMD!

@napperley
Copy link

napperley commented Aug 6, 2021

@elizarov - How will testing be done without the binaries? With Kotlin Native ALL testing has to be done through executing a binary file, which MUST be created beforehand.

@andreypfau
Copy link

@elizarov Any updates?

@mvicsokolova
Copy link
Collaborator

We are working internally on guarantees that we are ready to provide for each individual target (as well as the overall understanding which targets we are going to support) and as soon as the public guarantees are published, we'll add each supported target to all our libraries at once

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

No branches or pull requests

7 participants