phasm/TODO.md
Johan B.W. de Vries 7a8b1baa25 Some repo cleanup
2022-08-20 18:21:23 +02:00

9 lines
406 B
Markdown

# 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.
- Implement a FizzBuzz example
- Also, check the codes for FIXME and TODO