tagion.tools.wasmutil.wasmutil

Undocumented in source.

Members

Enums

OutputType
enum OutputType
Undocumented in source.

Functions

_main
int _main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
produce
auto produce(WasmReader wasm_reader, File fout)
Undocumented in source. Be warned that the author may not have intended to support it.
typeExtension
FileExtension typeExtension(OutputType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Main!_main
Undocumented in source.

Templates

Produce
template Produce(FileExtension ext)
Undocumented in source.

Mixed In Members

From mixin Main!_main

alternative_name
enum alternative_name;
Undocumented in source.
main_name
enum main_name;
Undocumented in source.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta