new API: Identical for guest import and export
| 14 | |
| 15 | // new API: Identical for guest import and export |
| 16 | void exports::test::strings::to_test::TakeBasic(std::string_view str) { |
| 17 | assert_str(str, "latin utf16"); |
| 18 | } |
| 19 | |
| 20 | wit::string exports::test::strings::to_test::ReturnUnicode() { |
| 21 | // return a non-zero address (follows cabi_realloc logic) |
nothing calls this directly
no test coverage detected