Rename 'cton_*' library names to match the 'cretonne_*' crate names.
This renames `cton_frontend` to `cretonne_frontend` and so on. This fixes the first part of #287.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
extern crate cretonne;
|
||||
extern crate cton_wasm;
|
||||
extern crate cretonne_wasm;
|
||||
extern crate tempdir;
|
||||
|
||||
use cretonne::print_errors::pretty_verifier_error;
|
||||
use cretonne::settings::{self, Configurable, Flags};
|
||||
use cretonne::verifier;
|
||||
use cton_wasm::{translate_module, DummyEnvironment};
|
||||
use cretonne_wasm::{translate_module, DummyEnvironment};
|
||||
use std::error::Error;
|
||||
use std::fs;
|
||||
use std::fs::File;
|
||||
|
||||
Reference in New Issue
Block a user