missing public declaration
All checks were successful
Build / build (push) Successful in 1m51s
Test / build (push) Successful in 7m39s

This commit is contained in:
2026-01-24 22:13:10 +01:00
parent c43ffc136e
commit e21d26d997

View File

@@ -37,7 +37,7 @@ const SpvSource = struct {
source: []const u8,
};
const ModuleError = error{
pub const ModuleError = error{
InvalidSpirV,
InvalidMagic,
UnsupportedEndianness,