Begin work on no_std support.
This adds no_std support to a bunch of things, but more work is needed.
This commit is contained in:
@@ -9,6 +9,8 @@ use cranelift_codegen::Context;
|
||||
use cranelift_entity::{EntityRef, PrimaryMap};
|
||||
use cranelift_wasm::{DefinedFuncIndex, FuncIndex, FuncTranslator};
|
||||
use environ::{get_func_name, ModuleTranslation};
|
||||
use std::string::{String, ToString};
|
||||
use std::vec::Vec;
|
||||
|
||||
/// The result of compiling a WebAssemby module's functions.
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user