You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex Crichton de27fbe20f Tweak C API for fuel 4 years ago
..
debug Fix GitHub Actions config (actually run gdb tests on new backend). 4 years ago
fuzzing Avoid touching encodings in `EncCursor` if using a MachInst backend. 4 years ago
cli_tests.rs Add a test case for unwind with saved FPRs on Windows. 4 years ago
custom_signal_handler.rs Propagate optional import names to the wasmtime/C API 4 years ago
externals.rs wasmtime: clarify `Memory::{read,write}` behavior with out-of-bounds ranges 4 years ago
fuel.rs Tweak C API for fuel 4 years ago
fuel.wast Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
func.rs Fix a use-after-free of trampoline code 4 years ago
funcref.rs Fix assertion with cross-store values in `Func::new` 4 years ago
fuzzing.rs Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
gc.rs Fix and enable GC on new x64 backend. 4 years ago
globals.rs Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
iloop.rs Start compiling module-linking modules (#2093) 4 years ago
import_calling_export.rs Store `WasmFuncType` in `FuncType` (#2365) 4 years ago
import_indexes.rs Store `WasmFuncType` in `FuncType` (#2365) 4 years ago
instance.rs Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
invoke_func_via_table.rs wasmtime: Add support for `func.ref` and `table.grow` with `funcref`s 4 years ago
linker.rs Fix a memory leak with command modules (#2017) 4 years ago
main.rs Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
memory_creator.rs Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
module.rs Add a method to share `Config` across machines (#2608) 4 years ago
module_linking.rs Add knobs to limit memories/tables in a `Store` 4 years ago
module_serialize.rs Serialize and deserialize compilation artifacts. (#2020) 4 years ago
name.rs Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
stack_overflow.rs machinst x64: enable two more Rust tests; 4 years ago
table.rs wasmtime: Add support for `func.ref` and `table.grow` with `funcref`s 4 years ago
traps.rs traps needed stdio 4 years ago
use_after_drop.rs wasmtime: Add support for `func.ref` and `table.grow` with `funcref`s 4 years ago
wast.rs [Cranelift][Atomics] Add address folding for atomic notify/wait. (#2556) 4 years ago