Packages
wa_parser_ex
0.1.0
Idiomatic Elixir wrapper over the wa_parser WebAssembly binary parser (the Erlang :wa_parser core). Streams a .wasm binary into parse events and raises %WaParser.ParseError{} on malformed input.
Current section
Files
Jump to
Current section
Files
wa_parser_ex
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]