small refactor of values
All checks were successful
Build / build (push) Successful in 1m54s
Test / build (push) Successful in 7m56s

This commit is contained in:
2026-03-14 03:59:11 +01:00
parent 7074345540
commit 9e72a6d2bc
6 changed files with 532 additions and 458 deletions

View File

@@ -13,10 +13,9 @@ const SpvBinding = spv.SpvBinding;
const Result = @import("Result.zig");
const Runtime = @import("Runtime.zig");
const Value = @import("Value.zig").Value;
const WordIterator = @import("WordIterator.zig");
const Value = Result.Value;
const Self = @This();
pub const ModuleOptions = struct {