Kelvin Ly
|
d7c2c6249a
|
Add a WASM version of the wordle solver; it seems to be fairly faster
|
2023-05-13 03:53:02 -04:00 |
Kelvin Ly
|
74812a6a01
|
Looks like we've got meaningful communication between Rust and JavaScript, time for some refactoring
|
2023-05-12 12:20:11 -04:00 |
Kelvin Ly
|
1b737755c9
|
Minor wording changes
|
2023-05-11 14:35:33 -04:00 |
Kelvin Ly
|
914ad8a362
|
Add some explanation on how to use it
|
2023-05-11 14:28:46 -04:00 |
Kelvin Ly
|
37ade8158d
|
Implement a back function
|
2023-05-11 14:09:51 -04:00 |
Kelvin Ly
|
ad3f7f0323
|
Implement the reset
|
2023-05-11 14:00:49 -04:00 |
Kelvin Ly
|
61e87095b4
|
Implement the basic UI; everything's basically working except for reset
|
2023-05-11 13:48:24 -04:00 |
Kelvin Ly
|
16d108c530
|
Separate code into separate JavaScript file, chunk out the match precomputation so that it doesn't cause the page to be as unresponsive
|
2023-05-11 03:28:19 -04:00 |
Kelvin Ly
|
f313a9e854
|
Get basic functions working; TODO map to some kind o UI
|
2023-05-10 22:44:59 -04:00 |