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
The SDK is adding a script to build the SDK with the client only which reduces significantly the size of the wasm bindings
Here are some ideas of what we could be done
Use normal SDK dependency in devmode
Have a standalone workflow which allows us to custom build the SDK and publish it in eg S3
On every deploy, if the dependency specified is not present in S3, build it so it can be used internally in the explorer deploys
Everytime we update the dependency in packages.json we have to update the workflow too so the next build
... thoughts? We should probably discuss this internally to have a proper plan
The text was updated successfully, but these errors were encountered:
Task description
The SDK is adding a script to build the SDK with the client only which reduces significantly the size of the wasm bindings
Here are some ideas of what we could be done
... thoughts? We should probably discuss this internally to have a proper plan
The text was updated successfully, but these errors were encountered: