mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-21 12:40:52 +00:00
This commit refactors the lowest-level primitive for creating functions into a new `create_one_function` function. This doesn't take into account overloading but is suitable for things like `create_{getter,setter}`. Eventually the overloading will be implemented in terms of this function.