rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
480 stars 45 forks source link

Fix and Test JS UTF-16 code #493

Closed sffc closed 1 month ago

sffc commented 1 month ago

This code must have never been run before by anyone, because it simply didn't work. This impacts segment_utf16 and any other functions that take utf16. I added a test.

sffc commented 1 month ago

The actual change is tool/src/js/runtime.mjs