Skip to content

Compiling with V8 6.9 on windows #28

@Neurrone

Description

@Neurrone

Hi,

I've been evaluating embedding V8 into a rust application. At a high level, what's needed to make this work with v6.9, assuming that I use bindgen to generate the low level bindings?

I'm not familiar with how often the V8 API changes between releases, so how much work would it take to change this crate accordingly? I'll be happy to help if I decide to attempt this.

My use cases are:

  • Exposing many functions from Rust to be called by JavaScript, hopefully in an ergonomic way.
  • Calling some JS functions from Rust
  • Exposing some structs as JS classes, controlling what happens when script tries to make modifications so I can implement copy on write semantics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions