lld /llvmthinlto linker which seems to be incompatible with link.exe. Partial attempt: https://github.com/denoland/deno/pull/1231use_custom_libcxx so that gn built libs contain their own libc++ (cargo does not link libc++ in) Partial attempt: https://github.com/denoland/deno/pull/1152I 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?
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.
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 ?
@qingant example native plugin: https://github.com/denoland/deno/blob/master/test_plugin/Cargo.toml
@qingant example native plugin: https://github.com/denoland/deno/blob/master/test_plugin/Cargo.toml
got it. Tank you very much.
Most helpful comment
Cargo build works. Now we just have to figure out how to release.