wasm-mutate 0.246.2

A WebAssembly test case mutator
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug, Hash, Eq, PartialEq, Copy, Clone)]
pub enum Item {
    Function,
    Table,
    Memory,
    Tag,
    Global,
    Type,
    Data,
    Element,
}