Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-24 | Proposal for vector instructions IR | Ernesto Lanchares | |
This proposal drops the memory alignment from u32 that is required by spec to a u16. But I think u16 should be more than enough to represent any real alignment. Also this is closer to a custom asm than a IR but whatever... | |||
2025-03-23 | fixed leb128 integer decoding | Lorenzo Torres | |
2025-03-23 | PROPOSAL: IR | Ernesto Lanchares | |
This is a proposal of a custom IR to run wasm. At the moment only `ir.zig` has some parts related to this IR. The idea of the IR is to be a subset of the one defined in wasm. There are some gaps (mostly in wasm instructions that have opcode 0xFC) but in wasm they don't use all of the opcodes for some reason so maybe we could try to utilize them and be a superset of wasm. |