rusty_jsc 0.1.0

Rust bindings for the JavaScriptCore engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rusty_jsc_macros]
version = "0.1.0"

[dependencies.rusty_jsc_sys]
version = "0.1.0"

[lib]

[package]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>", "Pekka Enberg"]
description = "Rust bindings for the JavaScriptCore engine"
edition = "2021"
keywords = ["javascriptcore", "javascript"]
license = "MIT"
name = "rusty_jsc"
readme = "README.md"
repository = "https://github.com/wasmerio/rusty_jsc"
version = "0.1.0"