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

Make wasm a/the compile target for the code #48

Open
mverleg opened this issue Apr 29, 2018 · 1 comment
Open

Make wasm a/the compile target for the code #48

mverleg opened this issue Apr 29, 2018 · 1 comment

Comments

@mverleg
Copy link
Collaborator

mverleg commented Apr 29, 2018

No description provided.

@mverleg
Copy link
Collaborator Author

mverleg commented May 13, 2018

Current plan is to have wasm as the direct compile target (without binaryen or llvm). Binaryen optimizing will be used on the result in optimized mode.

This is because for early versions, the focus is on:

  • Implementation simplicity
  • The compiler being easily available on the web
  • Fast compile times

This may very well change in the future, with an external intermediary being added, and/or more backends being introduced.

mverleg added a commit that referenced this issue Jun 24, 2018
mverleg added a commit that referenced this issue Jun 27, 2018
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

1 participant