libriscv / godot-sandbox

Sandboxing that enables safe modding for Godot games
BSD 3-Clause "New" or "Revised" License
89 stars 7 forks source link

Support zig. #100

Closed fire closed 1 day ago

fire commented 1 week ago

Zig is definitely a cool language - it actually doesn't require a RISC-V toolchain

you can just download Zig and directly get RISC-V executables from a one-liner

So a new docker container?

fwsGonzo commented 1 week ago

Yes, we just really like/prefer the reproducibility of having a container that works the same way on all systems.

fire commented 4 days ago

I have interest in this so am keeping the issue open.

fwsGonzo commented 1 day ago

PR: https://github.com/libriscv/godot-sandbox/pull/118