Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to convert ruby to WebAssembly and run it in a react application? #185

Open
Kutomore opened this issue Mar 10, 2023 · 0 comments

Comments

@Kutomore
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant