Skip to content

Commit aee927d

Browse files
booklearnersunfishcode
authored andcommitted
s/simplejit_demo/cranelift_jit_demo
1 parent 9374c93 commit aee927d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/bin/toy.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use core::mem;
2-
use simplejit_demo::jit;
2+
use cranelift_jit_demo::jit;
33

44
fn main() -> Result<(), String> {
55
// Create the JIT instance, which manages all generated functions and data.

0 commit comments

Comments
 (0)