dotcodeschool / frontend

Dot Code School is an interactive online school that teaches you how to build meaningful web3 applications using the Polkadot SDK.
https://dotcodeschool.com
MIT License
2 stars 4 forks source link

In-browser compilation #3

Open iammasterbrucewayne opened 3 months ago

iammasterbrucewayne commented 3 months ago

Is there a way to compile heavy workloads like FRAME in the client's browser? This could provide a very welcoming learning experience, minimizing the overhead to get started while still providing hands-on experience.

This will fix the issue where checking the answer only works when the solutions are an exact match by running tests in-browser instead of comparing solutions.