bytecodealliance / cranelift-jit-demo

JIT compiler and runtime for a toy language, using Cranelift
Apache License 2.0
648 stars 61 forks source link

Add `string` support and update for the lastest cranelift. #66

Closed Cy6er7um closed 2 years ago

Cy6er7um commented 2 years ago
  1. Add string support, now you can use "Content" in the toy language.
  2. Add symbol log, you can use it to print content to the console.
  3. Replace fn -> extern fn.
  4. Update the examples.
  5. Format the code.
  6. Update for the lastesr cranelift (0.84).
  7. Add test.yml
Cy6er7um commented 2 years ago

Do I need to do anything else?

bjorn3 commented 2 years ago

LGTM, but I don't have merge permission, so someone else will have to merge it.

Cy6er7um commented 2 years ago

LGTM, but I don't have merge permission, so someone else will have to merge it.

Thanks!