mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +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!