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

Compile primer to a Wasm target #1104

Open
dhess opened this issue Aug 4, 2023 · 2 comments
Open

Compile primer to a Wasm target #1104

dhess opened this issue Aug 4, 2023 · 2 comments

Comments

@dhess
Copy link
Member

dhess commented Aug 4, 2023

Links:

@brprice
Copy link
Contributor

brprice commented Aug 7, 2023

A while ago I hacked together a branch that compiles to wasm, and can run (and pass) the testsuite: https://github.com/hackworthltd/primer/tree/brprice/wasm. However, this did require some hacking of some dependencies which failed to build to wasm.

@georgefst
Copy link
Contributor

However, this did require some hacking of some dependencies which failed to build to wasm.

I've actually been experimenting with WASM for personal projects, and I've found that the library situation is constantly improving, e.g. clock was recently fixed and splitmix is on the way. So this should become simpler each time we revisit it.

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

No branches or pull requests

3 participants