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
In a current project, we have a situation where we want to centralize where some calculations are being done, so everything is being calculated on the backend.
The tradeoff is that whenever the front end needs the results of said calculations it needs to make a request and wait for the response. Given it's only a second or two at most, we figured if we could export the calculating function as web assembly, we could import it as a function for JS.
Is this a supported use case?
The text was updated successfully, but these errors were encountered:
In a current project, we have a situation where we want to centralize where some calculations are being done, so everything is being calculated on the backend.
The tradeoff is that whenever the front end needs the results of said calculations it needs to make a request and wait for the response. Given it's only a second or two at most, we figured if we could export the calculating function as web assembly, we could import it as a function for JS.
Is this a supported use case?
The text was updated successfully, but these errors were encountered: