Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/semantics
/
.
/
interpreter
/
main
/
flags.ml
blob: 14140ff35816ca74d7a591af3073774217fe4288 [
file
] [
log
] [
blame
] [
edit
]
let
interactive
=
ref
false
let
trace
=
ref
false
let
unchecked
=
ref
false
let
print_sig
=
ref
false
let
dry
=
ref
false
let
width
=
ref
80
let
harness
=
ref
true
let
custom_reject
=
ref
false
let
budget
=
ref
256