Rename wasmtime-api to wasmtime.
This commit is contained in:
@@ -33,7 +33,7 @@ use pretty_env_logger;
|
||||
use serde::Deserialize;
|
||||
use std::path::Path;
|
||||
use std::process;
|
||||
use wasmtime::pick_compilation_strategy;
|
||||
use wasmtime_cli::pick_compilation_strategy;
|
||||
use wasmtime_environ::{cache_create_new_config, cache_init};
|
||||
use wasmtime_jit::{Compiler, Features};
|
||||
use wasmtime_wast::WastContext;
|
||||
@@ -93,7 +93,7 @@ fn main() {
|
||||
None
|
||||
} else {
|
||||
let prefix = "cranelift.dbg.";
|
||||
wasmtime::init_file_per_thread_logger(prefix);
|
||||
wasmtime_cli::init_file_per_thread_logger(prefix);
|
||||
Some(prefix)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user