Rename SimpleJIT to JIT as it isn't simple anymore

This commit is contained in:
bjorn3
2020-12-04 19:28:31 +01:00
committed by Andrew Brown
parent 502b39606f
commit 411ec3a857
16 changed files with 68 additions and 74 deletions

View File

@@ -39,7 +39,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[
"cranelift-object",
"cranelift-interpreter",
"cranelift",
"cranelift-simplejit",
"cranelift-jit",
// wig/wiggle
"wiggle-generate",
"wiggle-macro",