Rename cretonne_wasm to cton_wasm, for consistency with the other libraries.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extern crate cretonne_wasm;
|
||||
extern crate cton_wasm;
|
||||
extern crate cretonne;
|
||||
|
||||
use cretonne_wasm::{translate_module, FunctionTranslation, DummyRuntime, WasmRuntime};
|
||||
use cton_wasm::{translate_module, FunctionTranslation, DummyRuntime, WasmRuntime};
|
||||
use std::path::PathBuf;
|
||||
use std::fs::File;
|
||||
use std::error::Error;
|
||||
|
||||
Reference in New Issue
Block a user