toWasmType.toWasmType

Undocumented in source.
  1. enum toWasmType;
  2. enum toWasmType;
  3. enum toWasmType;
    template toWasmType(T)
    static if(!(is(T == int)))
    static if(!(is(T == long)))
    static if(is(T == float))
    enum toWasmType = Types.F32;
  4. enum toWasmType;
  5. enum toWasmType;
  6. enum toWasmType;

Meta