Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Ship pre-compiled binaries #3

Closed
oddrationale opened this issue Mar 14, 2015 · 2 comments
Closed

Ship pre-compiled binaries #3

oddrationale opened this issue Mar 14, 2015 · 2 comments
Assignees
Milestone

Comments

@oddrationale
Copy link
Owner

It would be nice to ship with pre-compiled binaries like how node-sass does. That way, once the package is published to pub, user won't have to manually compile the extension.

@oddrationale oddrationale self-assigned this Mar 14, 2015
@oddrationale oddrationale added this to the 0.0.1 milestone Mar 14, 2015
@oddrationale
Copy link
Owner Author

There may be blocking issues in Dart. See https://code.google.com/p/dart/issues/detail?id=3023

@oddrationale
Copy link
Owner Author

This DEP looks like a potential solution if it can import based on the platform and architecture:
dart-archive/dart_enhancement_proposals#6

We can then ship compiled binaries in specific subfolders and use the import URI to specify which extension to load based on the platform and architecture.

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

No branches or pull requests

1 participant