rusty_jsc_sys 0.1.0

Raw bindings for the JavaScriptCore engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rusty_jsc_sys"
version = "0.1.0"
description = "Raw bindings for the JavaScriptCore engine"
authors = [ "Wasmer Engineering Team <engineering@wasmer.io>", "Pekka Enberg" ]
repository = "https://github.com/wasmerio/rusty_jsc"
license = "MIT"
edition = "2021"

[lib]

[target.'cfg(target_os = "linux")'.build-dependencies]
pkg-config = "0.3.9"