Real time strategy game set in ancient history
Find a file
Ernesto Lanchares 874134f3ff PROPOSAL: IR
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.
2025-03-23 19:32:10 +01:00
assets Added block instruction in WASM VM 2025-03-21 22:49:37 +01:00
documentation added CONTRIBUTING documentation 2025-03-17 21:18:09 +01:00
ext/glfw remove unused opengl dependency 2025-03-16 17:35:48 +01:00
src PROPOSAL: IR 2025-03-23 19:32:10 +01:00
.gitattributes fixed .gitattributes 2025-03-16 18:26:56 +01:00
.gitignore Added checking if our extensions are supported and make Renderer.destroy() not return an error 2025-03-16 23:21:44 +01:00
.gitmodules base code 2025-03-12 19:56:19 +01:00
build.zig PROPOSAL: IR 2025-03-23 19:32:10 +01:00
build.zig.zon base code 2025-03-12 19:56:19 +01:00
LICENSE base code 2025-03-12 19:56:19 +01:00
MAINTAINERS added MAINTAINERS list 2025-03-17 21:17:54 +01:00
README.md Updated README.md 2025-03-13 16:15:18 +01:00

Sideros