quadratic
quadratic copied to clipboard
Isolate wasm_bindgen code
Move any code that utilizes the wasm_bindgen
macro to the src/wasm_bindings
folder. This will allow us to separate the 2 sections into their own crates. This will make it easier to move to browser-less wasm without affecting JS interop, as well as isolate testing.