GitPedia
thomscoder

thomscoder/luna

๐ŸŒ™ A really tiny WebAssembly compiler for demonstration and educational purposes. Written in Go and built as one of my quests to conquer the WebAssembly dungeon

2 Releases
Latest: 3y ago
v0.02Latest
thomscoderthomscoderยท3y agoยทNovember 22, 2022
GitHub

๐Ÿ“‹ What's Changed

  • Runtime update by @ethanwillis in https://github.com/thomscoder/luna/pull/12
  • Hotfix by @thomscoder in https://github.com/thomscoder/luna/pull/13
  • feat: support empty module by @thomscoder in https://github.com/thomscoder/luna/pull/15

โœจ New Contributors

  • @ethanwillis made their first contribution in https://github.com/thomscoder/luna/pull/12
  • Full Changelog: https://github.com/thomscoder/luna/compare/v0.01...v0.02
v0.01-Luna&Aeonv0.01
thomscoderthomscoderยท3y agoยทNovember 13, 2022
GitHub

๐Ÿ“‹ What's Changed

  • docs: improved and updated docs + clean: removed dead code by @thomscoder in https://github.com/thomscoder/luna/pull/3
  • aeon-runtime: aeon introduction by @thomscoder in https://github.com/thomscoder/luna/pull/4
  • feat: runtime implementation by @thomscoder in https://github.com/thomscoder/luna/pull/7
  • docs: updated docs + dead: removal of dead code by @thomscoder in https://github.com/thomscoder/luna/pull/8
  • enhancement: do not hardcode params by @thomscoder in https://github.com/thomscoder/luna/pull/5
  • feat: subtractions by @thomscoder in https://github.com/thomscoder/luna/pull/9
  • Expand operations by @thomscoder in https://github.com/thomscoder/luna/pull/11

โœจ New Contributors

  • @thomscoder made their first contribution in https://github.com/thomscoder/luna/pull/3
  • Full Changelog: https://github.com/thomscoder/luna/commits/v0.01