summaryrefslogtreecommitdiffstats
path: root/third_party/gemmology/moz.yaml
blob: d9f9472da75eb968d0a1a2900aa20a648b02866d (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: ec535e87d0ab9d1457ff6d2af247cc8113e74694 (2024-02-05T09:05:20Z).
  revision: ec535e87d0ab9d1457ff6d2af247cc8113e74694

  license: MIT

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

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

  keep:
    - kernels/*.cpp