Question about the Mechanism of Pressing Up Key to See History in GAP Emscripten Port
#6447
wangyenshu
started this conversation in
General
Replies: 1 comment
-
|
GAP has a built-in partial implementation of readline (that is slightly simplifying). Nowadays this usually isn't used as almost everyone has readline, I did wonder about removing it at some point -- it's useful we didn't! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. If you press the up key in the GAP emscripten port, you will see the previous command history. But readline is not compiled to WebAssembly in the emscripten build.sh. I am curious about how it works.
On the other hand, I tried to compile ecl to WebAssembly but it does not support this mechanism.
Beta Was this translation helpful? Give feedback.
All reactions