Viewing profile — moxon6
moxon6
HN member- Joined
- Fri, May 15, 2020, 9:30 AM UTC
- HN karma
- 9
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About moxon6
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #23190683
https://github.com/moxon6/cobol-js-emscripten/commit/0278590...
-
comment
Comment #23190608
That's the JS generated by emscripten for linking in the WASM, which is `index.wasm` `index.wasm` is built using the build scripts in the source repo `main.cob` contains the main l…
-
comment
Comment #23190384
The emscripten JS will keep "prompt"ing for new input until it receives a null (due to the user pressing escape on the dialog) This is just a hack around that to simulate entering …