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

Investigate WASM to speedup ARM emulation where supported #64

Open
DirtyHairy opened this issue Jun 15, 2017 · 3 comments
Open

Investigate WASM to speedup ARM emulation where supported #64

DirtyHairy opened this issue Jun 15, 2017 · 3 comments

Comments

@DirtyHairy
Copy link
Member

No description provided.

@MattFromGer
Copy link

Maybe adjusting the core to support a build with AssemblyScript could boost the performance without too much effort.
Also check this article.

@DirtyHairy
Copy link
Member Author

An interesting suggestion, thank you. This won't be top priority, but I'll investigate how much work it'd take to build the Web Worker with AS.

That said, this issue aims at the Thumbulator which is compiled from C using emscripten. Using WASM there should be straightforward.

@DirtyHairy
Copy link
Member Author

DirtyHairy commented Jul 22, 2019

I have checkout out the AS documentation; I don't think building the core with AS is a realistic option at this time --- among other things, it lacks supports for closures and inheritance.

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

No branches or pull requests

2 participants