roc/test/str
2025-09-23 20:05:10 +02:00
..
platform zig build fixes: 57/63 steps succeeded 2025-09-23 20:05:10 +02:00
app.roc Roc platform host shim (#8214) 2025-09-09 13:15:23 +02:00
README.md Roc platform host shim (#8214) 2025-09-09 13:15:23 +02:00

Test Platform

This directory contains a primitive test platform for Roc and demonstrates passing a string to and from the host.

  • Function signature: Str -> Str
  • Description: Takes a string from the host and returns a processed string
zig build

# Run (ignore cached files)
./zig-out/bin/roc --no-cache test/str/app.roc