| 23 | } |
| 24 | |
| 25 | wit::string exports::test::strings::to_test::ReturnEmpty() { |
| 26 | // return a non-zero address (follows cabi_realloc logic) |
| 27 | return wit::string((char const*)1, 0); |
| 28 | } |
| 29 | |
| 30 | // new API: Identical for guest import and export |
| 31 | wit::string exports::test::strings::to_test::Roundtrip(std::string_view str) { |