Packages
digraphviz
0.3.0Tiny :digraph to .dot converter
wa_parser
0.1.0WebAssembly binary format parser for the Erlang ecosystem
wa_embedder
0.1.0WebAssembly to BEAM bytecode compiler for the Erlang ecosystem
wa_parser_ex
0.1.0Idiomatic 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.
wa_embedder_ex
0.1.0Idiomatic Elixir wrapper over the wa_embedder WebAssembly-to-BEAM compiler (the Erlang :wa_embedder core). Compiles a .wasm binary into a native BEAM module and raises %WaEmbedder.ImportError{} on unsatisfiable imports.