No description
  • Rust 81%
  • LLVM 9.2%
  • TypeScript 8.5%
  • C++ 0.9%
  • HTML 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-09 22:21:38 +01:00
crates now compiles using the stack 2026-08-09 22:21:38 +01:00
src now compiles using the stack 2026-08-09 22:21:38 +01:00
.gitignore readmeeessss 2026-07-08 10:31:54 +01:00
Cargo.lock slight optimisations, uasm reader, some vm fixes, stack object, static / non-static extern calls 2026-08-08 18:15:16 +01:00
Cargo.toml split uasm off into a seperate lib 2026-07-22 23:15:11 +01:00
out.bc tidy up, implement int / float maths 2026-07-23 16:09:32 +01:00
readme.md split uasm off into a seperate lib 2026-07-22 23:15:11 +01:00
test.cpp tidy up, implement int / float maths 2026-07-23 16:09:32 +01:00
test.hpp tidy up, implement int / float maths 2026-07-23 16:09:32 +01:00
test.ll tidy up, implement int / float maths 2026-07-23 16:09:32 +01:00
test.uasm now compiles using the stack 2026-08-09 22:21:38 +01:00

udon-rs

This repo contains a few WIP udon experiments in rust