-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrivet.yaml
More file actions
40 lines (35 loc) · 782 Bytes
/
rivet.yaml
File metadata and controls
40 lines (35 loc) · 782 Bytes
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
project:
name: meld
version: "0.2.0"
description: >
Static component fusion tool for WebAssembly. Takes composed P2/P3
components and fuses them into a single core wasm module, eliminating
the need for runtime linking.
schemas:
- common
- stpa
- aspice
- dev
sources:
- path: safety/stpa
format: stpa-yaml
- path: safety/requirements
format: generic-yaml
docs:
- docs
commits:
format: trailers
trailers:
trace: "Trace"
exempt-types: []
externals:
kiln:
git: https://github.com/pulseengine/kiln.git
path: /Volumes/Home/git/pulseengine/kiln
ref: main
prefix: kiln
synth:
git: https://github.com/pulseengine/synth.git
path: /Volumes/Home/git/pulseengine/synth
ref: main
prefix: synth