1
Fork 0

Update Readme.md

This commit is contained in:
bjorn3 2018-10-10 19:12:41 +02:00 committed by GitHub
parent 0195181363
commit 2b9c1e9149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Work in progress cranelift codegen backend for rust # Work in progress cranelift codegen backend for rust
> ⚠⚠⚠ This doesn't do anything useful yet ⚠⚠⚠ > ⚠⚠⚠ This doesn't do much useful yet ⚠⚠⚠
## Building ## Building
@ -37,8 +37,3 @@ $ ./build.sh
* Inline assembly * Inline assembly
* Custom sections * Custom sections
## Known errors
* cranelift-module api seems to be used wrong, thus causing panic for some consts
* cranelift-codegen doesn't have encodings for some instructions for types smaller than I32