Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ return_unicode
Method
return_unicode
tests/runtime/strings/test.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
fn return_unicode () -> String {
13
"🚀🚀🚀 𠈄𓀀"
.to_string()
14
}
15
16
fn return_empty() -> String{
17
""
.to_string()
Callers
nothing calls this directly
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected