Skip to content

Embedding deno in other projects #1666

Closed
@hephex

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions