Closed
Description
I'm working on a project to create an edge application runtime (similar to fly or Cloudflare's Workers) in Rust, and I couldn't find any good v8 wrapper for Rust.
I appreciate Deno is not meant to be a library and designed to be a standalone TS runtime, but would you be interested in exposing some of its useful primitives (i.e. deno::isolate::Isolate
) in a Rust library? Obv I'd be happy to help with this if you think it's viable. I've got a naïve implementation of a web app embedding deno, just renaming main.rs
to lib.rs
.
Metadata
Assignees
Labels
No labels