-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthor.yml
45 lines (44 loc) · 1010 Bytes
/
author.yml
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
44
45
---
pod_spelling_system:
skip: 0
# list of words that are spelled correctly
# (regardless of what spell check thinks)
# or stuff that I like to spell incorrectly
# intentionally
stopwords:
- Wasm
- wasmtime
- WebAssembly
- wasm
- wat
- extern
- api
- mathstuff
- SIMD
- cranelift
- profiler
- params
- ie
- libc
- WASI
- TOML
- interruptable
- gc
- finalizers
pod_coverage:
skip: 0
# format is "Class#method" or "Class",regex allowed
# for either Class or method.
private:
- Wasm::Wasmtime::ExternType#new
- Wasm::Wasmtime::Extern#new
- Wasm::Wasmtime::Table#new
- Wasm::Wasmtime::Caller#new
- Wasm::Wasmtime::Instance::Exports#new
- Wasm::Wasmtime::Instance::Exports#can
- Wasm::Wasmtime::Module::Exports#new
- Wasm::Wasmtime::Module::Exports#can
- Wasm::Wasmtime::Module::Imports#new
- Wasm::Wasmtime::Module::Imports#can
- Wasm::Memory#new
- Test2::Plugin::Wasm