-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Release "deno" crate. #1209
Comments
I would really like to be able to use |
That is one of the goals. |
Cargo build works. Now we just have to figure out how to release. |
Very excited for this release Amazing work team deno! |
Curious when this might be available? Seems like releasing the cargo package is the last step on the list...any blockers this that community members can help address? |
A crate has been published now https://crates.io/crates/deno |
Hi, I am new to deno, I write this https://github.com/qingant/tiny-redis to try deno. So I found this, but no where to find a doc, can you guys please give me some advise ? |
@qingant example native plugin: https://github.com/denoland/deno/blob/master/test_plugin/Cargo.toml |
got it. Tank you very much. |
lld /llvmthinlto
linker which seems to be incompatible withlink.exe
. Partial attempt: build: don't produce thin archives #1231Turn onnot neededuse_custom_libcxx
so that gn built libs contain their own libc++ (cargo does not link libc++ in) Partial attempt: Support cargo build on OSX/Linux #1152The text was updated successfully, but these errors were encountered: