wadec 0.0.1

A library for decoding WebAssembly modules.
Documentation
1
2
3
4
5
exception Code of Source.region * string

val decode : string -> string -> Ast.module_ (* raises Code *)

val decode_custom : Ast.name -> string -> string -> string list (* raises Code *)