Live data from Hacker News

Viewing profile — moxon6

moxon6

HN member
Joined
Fri, May 15, 2020, 9:30 AM UTC
HN karma
9
Public activity
6 items

About moxon6

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #23190683

    https://github.com/moxon6/cobol-js-emscripten/commit/0278590...

  5. 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…

  6. 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 …