Skip to content

Commit

Permalink
Outline plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 11, 2025
1 parent 056acf3 commit 0949a93
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,32 @@
## REPL

* [x] compiler selector
* [ ] examples
* [ ] examples (when no code - prompt for suggest?)
* [x] perf stats: time took to compile
* [x] prettify / minify
* [ ] PWA
* [ ] drop wasm binary?
* [ ] normalize code button (when normalizer step is ready)
* [ ] compile button? better for SEO and UI - can have a shortcut
* [ ] button shortcuts: ctrl + enter, ctrl + /
* [ ] history
* [x] ~~binary copy~~ -> just copy text as is
* [x] download wasm binary
* [x] binary analysis with highlight
* [x] github link
* [x] make Brahman at absolute level
* [x] navigation to comparison?, github
* [x] highlight fails: (elem (i32.const 0) (;;)(ref func) (ref.func 0))
* [ ] shareable permalinks #code=(module(func (result i32) i32.const 42))
* [ ] tree view for binary
* [ ] dark theme
* [ ] inline docs about all commands / instructions
* [ ] at least tooltips for syntax
* [ ] resizable divider between panels
* [ ] offline use
* [ ] random code generator?
* [ ] copy as binary
* [ ] make a component? going to need it for jz, piezo

## Backlog

Expand Down

0 comments on commit 0949a93

Please sign in to comment.