Instead of passing CWD verbatim from the Windows host with backslashes and all, we now rewrite it into a more POSIX-happy format featuring forward slashes which means `std::path::Path` operations now work within WASI with Windows-style paths. Release Notes: - N/A
Test Extension
This is a test extension that we use in the tests for the extension crate.
Originally based off the Gleam extension.