io-devices-lib icon indicating copy to clipboard operation
io-devices-lib copied to clipboard

Build fails

Open apederse opened this issue 3 years ago • 0 comments

Building an AssemblyScript project using io-devices-lib fails with a range of TS2322 errors:

ERROR TS2322: Type '~lib/as-wasi/as-wasi/Descriptor' is not assignable to type 'i32'.

 (bufferIndexDisplay as i32) === 0 ||
  ~~~~~~~~~~~~~~~~~~

in lib/lib.ts(20,6)

apederse avatar Mar 27 '21 21:03 apederse