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

Use WebAssembly to run the code on the browser #19

Open
Vipul-Cariappa opened this issue Jul 2, 2023 · 0 comments
Open

Use WebAssembly to run the code on the browser #19

Vipul-Cariappa opened this issue Jul 2, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Vipul-Cariappa
Copy link
Owner

Use WebAssembly to run code on the browser. When a user submits the answer, the server can execute the code to verify it. This will reduce the load on the server to execute the user's code when they try to solve a challenge; that will happen multiple times.

This requires a lot of work. I presently don't know how to do it.

We only support Python programming language at the moment and wasm is a target for Python 3.11. We can try using it.

Important links:

Preferably our implementation should allow us to attach a debugger of some kind and also provide Graphical debugging capability.

@Vipul-Cariappa Vipul-Cariappa added enhancement New feature or request help wanted Extra attention is needed labels Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant