-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathrun.lock.toml
More file actions
43 lines (34 loc) · 1.18 KB
/
run.lock.toml
File metadata and controls
43 lines (34 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Run Toolchain Lockfile
# Ensures hermetic, reproducible builds across machines
version = "1"
[toolchains]
[toolchains.cargo-component]
version = "0.13.2"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/bytecodealliance/cargo-component/releases/download/v0.13.2"
[toolchains.componentize-py]
version = "0.13.3"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/bytecodealliance/componentize-py/releases/tag/v0.13.3"
[toolchains.jco]
version = "1.4.0"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/bytecodealliance/jco/releases/tag/v1.4.0"
[toolchains.tinygo]
version = "0.32.0"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/tinygo-org/tinygo/releases/tag/v0.32.0"
[toolchains.wasm-tools]
version = "1.210.0"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.210.0"
[toolchains.wasmtime]
version = "25.0.0"
sha256 = "placeholder-for-actual-hash"
source = "https://github.com/bytecodealliance/wasmtime/releases/tag/v25.0.0"
[build]
# Reproducible build settings
SOURCE_DATE_EPOCH = 0
TZ = "UTC"
LC_ALL = "C"
RUSTFLAGS = "-C debuginfo=0 -C link-arg=-s"