fixing example
All checks were successful
Build / build (push) Successful in 3m15s
Test / build (push) Successful in 9m50s

This commit is contained in:
2026-03-12 01:06:20 +01:00
parent 7dd86b021d
commit 72faa35357
4 changed files with 65 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
//!
//! try rt.callEntryPoint(allocator, try rt.getEntryPointByName("main"));
//! var output: [4]f32 = undefined;
//! try rt.readOutput(f32, output[0..output.len], try rt.getResultByName("color"));
//! try rt.readOutput(std.mem.asBytes(output[0..output.len]), try rt.getResultByName("color"));
//! std.log.info("Output: Vec4{any}", .{output});
//! }
//! std.log.info("Successfully executed", .{});