Open elliottt opened 2 years ago
Introduce a version of encode that writes into an existing buffer, so that's available for use with hostcalls.
encode
Note that TextEncoder.prototype.encodeInto is also pending implementation.
TextEncoder.prototype.encodeInto
Introduce a version of
encode
that writes into an existing buffer, so that's available for use with hostcalls.