Closed wingo closed 2 years ago
Add instructions to encode and decode string contents to and from GC-managed arrays of UTF-8/WTF-8 and WTF-16.
Fixes #1.
cc @dcodeIO @jakobkummerow @kripken
Updated branch takes #33 into account and makes the encode instructions return the number of codeunits encoded.
Add instructions to encode and decode string contents to and from GC-managed arrays of UTF-8/WTF-8 and WTF-16.
Fixes #1.