Skip to content
Snippets Groups Projects
Commit 83969cc1 authored by Per Lindgren's avatar Per Lindgren
Browse files

requirements clarifications, added a clause on Cranelift

parent cabec983
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,9 @@ Implement for higher grades
- Basic code generation.
- Pass `noalias` where possible allowing for better optimization (assuming your borrow checker prevents aliasing).
- Other attributes, intrinsics, etc. that enables further LLVM optimizations.
- Bindings to external code, (this could allow for )
- Bindings to external code, (this could allow for e.g., input and output for your programs)
As an alternative using Cranelift as alternative to LLVM was suggested. In this case, optimization is not a primary target, but rather compilation speed, and flexibility to support target independent WASM for next-gen web applications is in focus. Also in this case bindings to external code is possible to provide interaction is possible.
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment