Open
Description
Following up on #5 (comment) we decided to implement string.from_code_point
for performance evaluations in V8 (see also #58):
string.from_code_point(codepoint: i32) -> ref string
, opcode0xfba9
- returns a string consisting of the provided codepoint
- the instruction traps if the argument is not a valid unicode codepoint
Metadata
Metadata
Assignees
Labels
No labels