Implement a new `Process.version` foreign static method that returns the Wren version string. The C implementation uses `wrenSetSlotString` with the `WREN_VERSION_STRING` macro, and the Wren binding registers it alongside existing `Process` methods. A new test file validates the returned value is a non-empty string composed of dot-separated numeric segments.
This contains the automated validation suite for the CLI.
-
unit/- tests various aspects of the CLI core APIs. -
*/- tests various modules and mechanics of the CLI, like module resolution.