quadratic icon indicating copy to clipboard operation
quadratic copied to clipboard

Isolate wasm_bindgen code

Open ddimaria opened this issue 1 year ago • 0 comments

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.

ddimaria avatar Nov 29 '23 15:11 ddimaria