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 bcf3544924
Optimize `Func::call` and its C API (#3319)
3 years ago
..
cli_tests refactor: move Wasm test files to tests/all/cli_tests 3 years ago
debug Remove the `wasmtime wasm2obj` command (#3301) 3 years ago
fuzzing Avoid touching encodings in `EncCursor` if using a MachInst backend. 4 years ago
async_functions.rs Optimize `Func::call` and its C API (#3319) 3 years ago
call_hook.rs Optimize `Func::call` and its C API (#3319) 3 years ago
cli_tests.rs Restore running precompiled modules with the CLI (#3343) 3 years ago
custom_signal_handler.rs Use rsix to make system calls in Wasmtime. (#3355) 3 years ago
externals.rs Optimize `Func::call` and its C API (#3319) 3 years ago
fuel.rs Add `Store::consume_fuel` to manually consume fuel (#3352) 3 years ago
fuel.wast Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
func.rs Optimize `Func::call` and its C API (#3319) 3 years ago
funcref.rs Optimize `Func::call` and its C API (#3319) 3 years ago
fuzzing.rs Enable more tests on AArch64 (#2994) 3 years ago
gc.rs Optimize `Func::call` and its C API (#3319) 3 years ago
globals.rs Implement API support for v128-globals (#3147) 3 years ago
host_funcs.rs Optimize `Func::call` and its C API (#3319) 3 years ago
iloop.rs Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
import_calling_export.rs Optimize `Func::call` and its C API (#3319) 3 years ago
import_indexes.rs Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
instance.rs Add `paged_memory_initialization` to Config. 3 years ago
invoke_func_via_table.rs Optimize `Func::call` and its C API (#3319) 3 years ago
limits.rs Move `custom_limiter_detect_os_oom_failure` to its own test (#3366) 3 years ago
linker.rs Optimize `Func::call` and its C API (#3319) 3 years ago
main.rs rewrite `Store::{entering,exiting}_native_code_hook` into `Store::call_hook` (#3313) 3 years ago
memory.rs Always call the resource limiter for memory allocations (#3189) 3 years ago
memory_creator.rs Use rsix to make system calls in Wasmtime. (#3355) 3 years ago
module.rs Fix determinism of compiled modules (#3229) 3 years ago
module_linking.rs Implement the memory64 proposal in Wasmtime (#3153) 3 years ago
module_serialize.rs fix the tests 3 years ago
name.rs Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
pooling_allocator.rs Fix a possible use-after-free introduced in #3231 (#3238) 3 years ago
relocs.rs Use relative `call` instructions between wasm functions (#3275) 3 years ago
stack_overflow.rs Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
store.rs Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
table.rs Implement the memory64 proposal in Wasmtime (#3153) 3 years ago
traps.rs Optimize `Func::call` and its C API (#3319) 3 years ago
wast.rs Implement a setting for reserved dynamic memory growth (#3215) 3 years ago