-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make sol-dbg more browser friendly #1
Comments
I guess |
Yep. You're right. I am not sure if just copying it is the cleanest thing to do? Anothering thing we could do is to remove the |
Regarding migration to |
Also this seem to mean, that we want to require developer to add vm as a separate script to not ship/bundle it on our own. I took some time and currently thinking that if we even try to move to |
This is a good point. So lets drop the conversion to Uint8Array, as it doesn't actually remove the polyfill dependency anyway, and just adds extra conversion code. |
Currently sol-dbg is mostly tested with node. There are several tasks to make it more browser friendly:
The text was updated successfully, but these errors were encountered: