Age | Commit message (Expand) | Author |
---|---|---|
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner |
2021-06-05 | LibWasm: Move Wasm::BytecodeInterpreter into its own header | Sahan Fernando |
2021-06-04 | LibWasm: Load and instantiate tables | Ali Mohammad Pur |
2021-06-02 | LibWasm: Ensure that value signs are preserved when casting | Ali Mohammad Pur |
2021-06-02 | LibWasm: Implement reference instructions (ref.{null,func,is_null}) | Ali Mohammad Pur |
2021-05-21 | LibWasm: Make the instantiation process produce an OwnPtr | Ali Mohammad Pur |
2021-05-21 | LibWasm: Decouple ModuleInstance from the AbstractMachine | Ali Mohammad Pur |
2021-05-21 | LibWasm+Meta: Implement instantiation/execution primitives in test-wasm | Ali Mohammad Pur |
2021-05-21 | LibWasm+Meta: Add test-wasm and optionally test the conformance tests | Ali Mohammad Pur |