new API: Identical for guest import and export
| 29 | |
| 30 | // new API: Identical for guest import and export |
| 31 | wit::string exports::test::strings::to_test::Roundtrip(std::string_view str) { |
| 32 | assert(str.size() > 0); |
| 33 | return wit::string::from_view(str); |
| 34 | } |