Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
b2fefbd
/
.
/
interpreter
/
text
/
print.mli
blob: 861ae40d9779f77c465c26a5279ea735c7658a13 [
file
] [
log
] [
blame
]
val instr
:
out_channel
->
int
->
Ast
.
instr
->
unit
val func
:
out_channel
->
int
->
Ast
.
func
->
unit
val module_
:
out_channel
->
int
->
Ast
.
module_
->
unit
val script
:
out_channel
->
int
->
[
`Textual | `
Binary
]
->
Script
.
script
->
unit