mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-21 20:22:14 +00:00
Previously `catch` and `variadic` would exopse methods in our JS shims, but they did so earlier than necessary. Turns out `variadic` didn't actually need to expose anything and `catch` could do so much later!