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

@@ -41,6 +41,7 @@ const ModuleError = error{
InvalidSpirV,
InvalidMagic,
UnsupportedEndianness,
UnsupportedExtension,
OutOfMemory,
};