Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 396 Bytes

embedding_deno.md

File metadata and controls

11 lines (7 loc) · 396 Bytes

Embedding Deno

Deno consists of multiple parts, one of which is deno_core. This is a rust crate that can be used to embed a JavaScript runtime into your rust application. Deno is built on top of deno_core.

The Deno crate is hosted on crates.io.

You can view the API on docs.rs.