mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-07-24 18:42:01 +00:00
Port core util lib to support no_std
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
//! between the frames.
|
||||
//! - upon entry into the function entire stack frame is allocated.
|
||||
|
||||
use std::string::String;
|
||||
use std::vec::Vec;
|
||||
|
||||
use parity_wasm::elements::{self, Type};
|
||||
use parity_wasm::builder;
|
||||
|
||||
|
Reference in New Issue
Block a user