phasm/TODO.md
Johan B.W. de Vries c4ee2ab3dc Memory initialization is now done during compilation
Also, the user can now define tuple module constants
2022-08-17 21:07:33 +02:00

332 B

TODO

  • Implement a trace() builtin for debugging
  • Implement a proper type matching / checking system
  • Check if we can use DataView in the Javascript examples, e.g. with setUint32
  • Storing u8 in memory still claims 32 bits (since that's what you need in local variables). However, using load8_u / loadu_s we can optimize this.