Oleksandr Kozachuk
|
ab79a100d3
|
Small changes for the html.
|
2023-01-09 13:53:58 +01:00 |
|
Oleksandr Kozachuk
|
ccc318b2ad
|
Increase the max history size for hel to 10000.
|
2023-01-07 13:55:37 +01:00 |
|
Oleksandr Kozachuk
|
122aeaf75b
|
Refactor read_password function to take just the name as argument, not the prompt.
|
2023-01-07 13:40:00 +01:00 |
|
Oleksandr Kozachuk
|
2b56aed28e
|
Refactor history handling: store only save and usefull commands, save them in LKEval state, do not safe pass command into history.
|
2023-01-07 13:16:47 +01:00 |
|
Oleksandr Kozachuk
|
538a32a471
|
Switch from Rc<RefCell> to Arc<Mutex<T>> or Arc<ReentrantMutex<RefCell<T>>>.
|
2023-01-06 13:12:58 +01:00 |
|
Oleksandr Kozachuk
|
69f65a5be0
|
Make helwasm compilable for wasm32-unknown-unknown target.
|
2023-01-01 19:46:14 +01:00 |
|
Oleksandr Kozachuk
|
7563645518
|
Fix tests, move rpassword usage to utils.rs to implement something different for wasm.
|
2023-01-01 19:04:56 +01:00 |
|
Oleksandr Kozachuk
|
eced302282
|
Split project into three workspaces: hel (the library), helcli (the tool) and helwasm (the wasm code). Move wasm incompatible code to extra modules in utils.rs to be implementable separately for wasm.
|
2023-01-01 18:50:16 +01:00 |
|