You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the wasm package for bindings is in a package within app. I think it stands on its own as a wasm-bindings package in the top level directory.
I feel like it being in the app package is a different structure than I would a-priori expect coming into the repository.
Suggested Design
Refactor /app/wasm to /wasm-bindings
The text was updated successfully, but these errors were encountered:
Background
Currently the
wasm
package for bindings is in a package withinapp
. I think it stands on its own as awasm-bindings
package in the top level directory.I feel like it being in the app package is a different structure than I would a-priori expect coming into the repository.
Suggested Design
Refactor
/app/wasm
to/wasm-bindings
The text was updated successfully, but these errors were encountered: