adding base extension support
All checks were successful
Build / build (push) Successful in 2m8s
Test / build (push) Successful in 7m17s

This commit is contained in:
2026-01-23 03:23:44 +01:00
parent 27172539e5
commit 37da19ed43
9 changed files with 112 additions and 81 deletions

View File

@@ -26,6 +26,7 @@ pub const RuntimeError = error{
ToDo,
Unreachable,
UnsupportedSpirV,
UnsupportedExtension,
};
pub const Function = struct {