Age | Commit message (Expand) | Author |
---|---|---|
2021-05-13 | LibWasm: Stub out/implement parsing of all ElementSection segments | Ali Mohammad Pur |
2021-05-13 | LibWasm: Add basic support for module instantiation and execution stubs | Ali Mohammad Pur |
2021-05-13 | LibWasm: Make the Module ctor generate a list of module functions | Ali Mohammad Pur |
2021-05-13 | LibWasm: Implement parsing of the DataCount section | Ali Mohammad Pur |
2021-05-13 | LibWasm: Add a module pretty printer | Ali Mohammad Pur |
2021-05-13 | LibWasm: Un-nest the structured instructions | Ali Mohammad Pur |
2021-05-08 | LibWasm: Implement parsing all remaining instructions | Ali Mohammad Pur |
2021-05-08 | LibWasm: Add some more descriptive parse errors | Ali Mohammad Pur |
2021-05-08 | LibWasm: Start implementing a basic WebAssembly binary format parser | Ali Mohammad Pur |