roc/crates/wasm_module/src
2022-11-28 17:39:13 +00:00
..
lib.rs wasm_module: add a deb_hex! macro 2022-11-28 08:24:34 +00:00
linking.rs wasm_module: accept simpler modules with missing sections 2022-11-25 00:14:44 +00:00
opcodes.rs wasm_interp: implement function call (no arguments yet!) 2022-11-24 16:43:31 +00:00
parse.rs wasm_module, wasm_interp: fix SLEB-128 encoding for i64 2022-11-28 17:39:13 +00:00
sections.rs wasm_interp: don't give Signature the Clone trait just for a test! 2022-11-27 20:34:03 +00:00
serialize.rs wasm_module: create WasmModule::new for testing 2022-11-21 19:54:48 +00:00