forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (28 loc) · 961 Bytes
/
CODEOWNERS
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
#
src/ @syrusakbary @MarkMcCaskey
# Backends
lib/singlepass-backend @losfair @nlewycky
lib/clif-backend @nlewycky @bjfish
lib/llvm-backend @nlewycky @losfair
# Runtime
lib/runtime-core @Hywan @bjfish
lib/runtime @MarkMcCaskey @Hywan @bjfish
lib/runtime-c-api @bjfish @Hywan
lib/win-exception-handler @bjfish @losfair
lib/middleware-common @bjfish @losfair
# Frontend integrations
## Emscripten
lib/emscripten @MarkMcCaskey @syrusakbary
lib/emscripten-tests @MarkMcCaskey @syrusakbary
## WASI
lib/wasi @MarkMcCaskey
lib/wasi-tests @MarkMcCaskey
## Spectests
lib/spectests @syrusakbary @MarkMcCaskey @nlewycky
# Kernel
lib/kernel-loader @losfair
lib/kernel-net @losfair
# Examples
examples @syrusakbary
# Documentation
docs @syrusakbary