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

Release "deno" crate. #1209

Closed
6 of 7 tasks
ry opened this issue Nov 19, 2018 · 9 comments
Closed
6 of 7 tasks

Release "deno" crate. #1209

ry opened this issue Nov 19, 2018 · 9 comments
Milestone

Comments

@ry
Copy link
Member

ry commented Nov 19, 2018

@ry ry added this to the v0.3 milestone Nov 19, 2018
@s-panferov
Copy link

I would really like to be able to use deno as a library. My goal is to build an single-executable application server based on rocksdb and deno (or other JS runtime, but deno is a natural choice here). Will it be possible?

@kitsonk
Copy link
Contributor

kitsonk commented Nov 20, 2018

That is one of the goals.

@ry
Copy link
Member Author

ry commented Dec 20, 2018

Cargo build works. Now we just have to figure out how to release.

@davedbase
Copy link

Very excited for this release Amazing work team deno!

@davedbase
Copy link

davedbase commented Jan 27, 2019

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?

@ry ry modified the milestones: v0.3, v0.4 Feb 12, 2019
@ry
Copy link
Member Author

ry commented Mar 31, 2019

A crate has been published now https://crates.io/crates/deno

@qingant
Copy link

qingant commented Mar 23, 2020

Hi, I am new to deno, I write this https://github.com/qingant/tiny-redis to try deno.
Now I want to make a redis backed by rocksdb, wo I need to access native library by some
way. I search for solution, there seems no native module, ffi in deno currently.

So I found this, but no where to find a doc, can you guys please give me some advise ?

@bartlomieju
Copy link
Member

@qingant
Copy link

qingant commented Mar 23, 2020

@qingant example native plugin: https://github.com/denoland/deno/blob/master/test_plugin/Cargo.toml

got it. Tank you very much.

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

No branches or pull requests

6 participants