Wasm_of_ocaml_compiler.Wat_preprocessval f :
variables:(string * value) list ->
filename:string ->
contents:string ->
stringtype input = {module_name : string;Name under which the module should be imported (used to fill the Binary.link_input record)
file : string;File originally containing the module
*)source : source;Information about the file, including possibly the already read file contents
*)}val with_preprocessed_files :
variables:(string * value) list ->
inputs:input list ->
(Binaryen.link_input list -> 'a) ->
'a