summaryrefslogtreecommitdiffstats
path: root/third_party/gemmology/moz.yaml
blob: 869d95ea96ae09e547ec4984ed05635952b330c1 (plain)
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
schema: 1

bugzilla:
  product: Core
  component: "JavaScript: WebAssembly"

origin:
  name: gemmology
  description: small integer matrix multiply

  url: https://github.com/mozilla/gemmology

  release: 3c20b313a6c49ca674a830630c0ef5ea5663b91e (2023-03-29T14:50:11Z).
  revision: 3c20b313a6c49ca674a830630c0ef5ea5663b91e

  license: MIT

vendoring:
  url: https://github.com/mozilla/gemmology
  source-hosting: github
  tracking: commit

  exclude:
    - ".*"
    - "*.rst"
    - test

  keep:
    - kernels/*.cpp