Next Generation WASM Microkernel Operating System
wasm os rust microkernel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at jonas/refactor/mem 27 lines 575 B view raw
1[default.extend-words] 2sie = "sie" 3valu = "valu" 4fpr = "fpr" 5fle = "fle" 6shll = "shll" 7endianity = "endianity" # gimli?? 8arange = "arange" # gimli 9pre-empted = "pre-empted" 10SEH = "SEH" 11ands = "ands" 12addd = "addd" 13ratatui = "ratatui" 14datas = "datas" 15rela = "rela" # the relocation format 16welp = "welp" 17alo = "alo" # for address-low 18canonicalizations = "canonicalizations" 19aranges = "aranges" # for address-ranges, used in kaddrline2 20 21[default] 22extend-ignore-identifiers-re = [ 23 "(?i:WAKE_ALLS)" 24] 25 26[files] 27extend-exclude = ["**/emit_tests.rs", "tests/testsuite"]