luna
luna copied to clipboard
๐ 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
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @โmohd-akram in jonschlinkert/word-wrap#24 ๐fix: CVE 2023 26115 (2) by @โOlafConijn in...
I have in mind a huge front end refactor for Luna. Basically it will be toward an interactive `guide`: teaching WebAssembly with Luna (which is the main scope of this)...
Now that Luna supports subtractions and addition, should be able to call different functions like this ```wat (module (func $subtractNumbers (param i32 i32) (result i32) local.get 1 local.get 0 i32.sub...
Should add tests for (at least) the main sections of the compiler
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...