Float16Array has been supported by all major browsers for a while now, but looks like we never added bindings for it in js-sys.
This should be fairly straightforward - just follow existing examples of typed arrays as well as add new DataView methods.