js-sys: Expose bindings to ALL the global JS things · Issue #275 · rustwasm/wasm-bindgen (original) (raw)

This is about exposing ALL of the globally available JS APIs through the js-sys crate. Things that are guaranteed by the ECMAScript standard, not Web/Node/etc APIs.

A good overview/list/documentation of these APIs is available here and I've also made a checklist below. As we implement bindings for these APIs, I will check them off.

How to Implement New Bindings


Depends on this PR for the initial skeleton and infrastructure:


All String bindings depend on: