-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
I'm not a rust expert but as I understand, the dependencies of binding_typescript_wasm during the build process, will be downloaded @kdy1 right?
Would it be possible to read from the crates on the fs and make other crates version pinned?
We want to achieve wasm build reproducibility
[package]
authors = ["강동윤 <[email protected]>"]
description = "wasm module for swc"
edition = "2021"
license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.2"
[lib]
bench = false
crate-type = ["cdylib"]
[features]
[dependencies]
anyhow = { workspace = true }
getrandom = { workspace = true, features = ["js"] }
serde = { workspace = true, features = ["derive"] }
serde-wasm-bindgen = { workspace = true }
serde_json = { workspace = true }
swc_common = { workspace = true }
swc_error_reporters = { workspace = true }
swc_fast_ts_strip = { workspace = true, features = ["wasm-bindgen"] }
tracing = { workspace = true, features = ["max_level_off"] }
wasm-bindgen = { workspace = true, features = ["enable-interning"] }
wasm-bindgen-futures = { workspace = true }
Metadata
Metadata
Assignees
Labels
No labels