| 15 | } |
| 16 | |
| 17 | wit::string exports::test::strings::to_test::ReturnUnicode() { |
| 18 | // return a non-zero address (follows cabi_realloc logic) |
| 19 | return wit::string::from_view("🚀🚀🚀 𠈄𓀀"); |
| 20 | } |
| 21 | |
| 22 | wit::string exports::test::strings::to_test::ReturnEmpty() { |
| 23 | // return a non-zero address (follows cabi_realloc logic) |