mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
All these functions are now provided by upstream compiler-builtins, so there's no need for us to be binding them automatically. The remaining `Math_*` functions are also no longer needed on nightly after https://github.com/rust-lang/rust/pull/54257 but that PR isn't on beta, so we'll need to leave these here for awhile while beta rides the trains