-
-
Notifications
You must be signed in to change notification settings - Fork 61
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 installing libs and includes? #353
Comments
That feels very much like building an entire feature just for a single package, and is strongly departing from the |
Well, that feature is indeed only used by wasmer currently, but perhaps it might also be used by other softwares?
Ahhh, sounds like a lot complex than I think. I'm not sure whether my proposed solution is the right one to do, but I'd like @passcod your advice. |
I think let's park this for now until we have some other project that wants it, and that could help inform the approach to take, or we're ready to really progress on WASI. It's the more boring path, but I think the priority is getting to 1.0, getting to a stable, secure place that can then serve as the launchpad for all this more ambitious stuff. |
@passcod Agreed |
wasmerio/wasmer#3106
wasmer pre-built tarballs include not only bins, but also libs and includes necessary for
wasmer create-exe
.Perhaps we can add new manifest configurations
libs = true
andincludes = true
which will install them to.cargo
if present?The text was updated successfully, but these errors were encountered: