Logo
Explore Help
Sign In
fluencelabs/wasmer
1
0
Fork 0
You've already forked wasmer
mirror of https://github.com/fluencelabs/wasmer synced 2025-05-10 17:47:14 +00:00
Code Issues Projects Releases Wiki Activity
wasmer/lib/runtime-core/src/structures/mod.rs

15 lines
277 B
Rust
Raw Normal View History

Local/Import index differentiation
2019-01-16 10:26:10 -08:00
mod boxed;
mod map;
mod slice;
pub use self::boxed::BoxedMap;
pub use self::map::{Iter, IterMut, Map};
pub use self::slice::SliceMap;
Add caching. (#134) * Allow a module to have a different signature registry than the process-specific * Add core ability to build compiled code caches * Remove timing printouts * Serialize/Deserialize memories to reduce copies * Work more on api * Relocate local functions relatively before external functions * Fix incorrect definition in test * merge errors caused by merge * Fix emscripten compile * Fix review comments
2019-02-06 16:26:45 -08:00
pub trait TypedIndex: Copy + Clone {
Split codegen into multiple modules
2019-01-16 17:59:12 -08:00
#[doc(hidden)]
Local/Import index differentiation
2019-01-16 10:26:10 -08:00
fn new(index: usize) -> Self;
Split codegen into multiple modules
2019-01-16 17:59:12 -08:00
#[doc(hidden)]
Local/Import index differentiation
2019-01-16 10:26:10 -08:00
fn index(&self) -> usize;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 90ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API