Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/rust/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 729 B image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
[package]
edition = "2015"
name = "jsrust"
version = "0.1.0"
authors = ["The Spidermonkey developers"]
license = "MPL-2.0"

[lib]
name = "jsrust"
crate-type = ["staticlib"]
path = "lib.rs"

[features]
moz_memory = ['mozglue-static/moz_memory']
simd-accel = ['jsrust_shared/simd-accel']
smoosh = ['jsrust_shared/smoosh']
gluesmith = ['jsrust_shared/gluesmith']
icu4x = ['jsrust_shared/icu4x']
icu4x_calendar = ['jsrust_shared/icu4x_calendar']

[dependencies]
mozilla-central-workspace-hack = { version = "0.1", features = ["jsrust"], optional = true }
jsrust_shared = { path = "./shared" }
# Workaround for https://github.com/rust-lang/rust/issues/58393
mozglue-static = { path = "../../../mozglue/static/rust" }
wast = "219.0.1"

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]