MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / default

Method default

crates/parser/src/lib.rs:71–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70impl Default for ParserOptions {
71 fn default() -> Self {
72 Self {
73 optimize_local_memory_allocation: true,
74 optimize_rewrite: true,
75 optimize_remove_nop: true,
76 #[cfg(parallel_parser)]
77 parser_threads: None,
78 }
79 }
80}
81
82impl ParserOptions {

Callers 1

visit_br_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected