wasmi/src
Michael Mueller c96915b4df
Replace Mutex with RwLock
2019-06-20 08:24:57 +02:00
..
bin rustfmt (#151) 2018-12-11 12:54:06 +01:00
prepare fix(compile module): remove unused `mut` (#179) 2019-05-03 14:46:01 +01:00
tests Check type when resuming function (#152) 2019-01-02 12:18:24 +01:00
func.rs Add feature flag for opt-in thread-safety 2019-06-19 18:11:03 +02:00
global.rs Add feature flag for opt-in thread-safety 2019-06-19 18:11:03 +02:00
host.rs rustfmt (#151) 2018-12-11 12:54:06 +01:00
imports.rs Remove hashbrown and use BTree{Map,Set} from the alloc crate (#187) 2019-06-12 11:30:10 +02:00
isa.rs Extract validation into a separate crate (#176) 2019-04-19 16:05:09 +02:00
lib.rs Add feature flag for opt-in thread-safety 2019-06-19 18:11:03 +02:00
memory.rs Satisfy cargo fmt style remarks 2019-06-19 18:44:26 +02:00
module.rs Replace Mutex with RwLock 2019-06-20 08:24:57 +02:00
nan_preserving_float.rs Extract validation into a separate crate (#176) 2019-04-19 16:05:09 +02:00
not_threadsafe.rs Replace Mutex with RwLock 2019-06-20 08:24:57 +02:00
runner.rs Recycle value stacks to avoid allocation costs (#184) 2019-06-12 10:51:04 +02:00
table.rs Add feature flag for opt-in thread-safety 2019-06-19 18:11:03 +02:00
threadsafe.rs Replace Mutex with RwLock 2019-06-20 08:24:57 +02:00
types.rs rustfmt (#151) 2018-12-11 12:54:06 +01:00
value.rs Add ARMv7 as CI test target (#186) 2019-06-18 15:06:16 +02:00