toWasmType.toWasmType

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

Meta