Working example and README

This commit is contained in:
Chris Fallin
2021-09-04 20:25:10 -07:00
parent d7efd9f219
commit 4a2cd78827
5 changed files with 52 additions and 10 deletions

5
cranelift/isle/README.md Normal file
View File

@@ -0,0 +1,5 @@
```plain
$ cargo build --release
$ target/release/isle -i isle_examples/test.isle -o isle_examples/test.rs
$ rustc isle_examples/test_main.rs
```