Skip to content

QuickJS backend #19

Description

@alshdavid

Add an optional QuickJs backend with the same "userland" API ensuring all user code/extensions are compatible regardless of the backend.

fn main() {
  let runtime = JsRuntime::initialize_once(JsRuntimeOptions {
    backend: JsRuntimeBackend::QuickJs,
    ..Default::default()
  })?;
}

Also add a mqjs backend maybe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions