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.
 
 
 
Pat Hickey 84a43d86a1
Add a method to Linker and flag to wasmtime-cli to trap unknown import funcs (#4312)
2 years ago
..
cli_tests refactor: move Wasm test files to tests/all/cli_tests 3 years ago
component_model Implement the post-return attribute (#4297) 2 years ago
debug Skip generating DWARF info for dead code (#3498) 3 years ago
async_functions.rs Use tokio::test instead of `dummy_waker` in tests (#3975) 3 years ago
call_hook.rs Change wasm-to-host trampolines to take the values_vec size (#4192) 2 years ago
cli_tests.rs Expose `TrapCode::Interrupt` on epoch based interruption (#4105) 3 years ago
component_model.rs Implement the post-return attribute (#4297) 2 years ago
custom_signal_handler.rs Update WASI to cap-std 0.25 and windows-sys. (#4302) 2 years ago
epoch_interruption.rs Run a callback when the interruption epoch is reached (#4152) 3 years ago
externals.rs Optimize `Func::call` and its C API (#3319) 3 years ago
fuel.rs Update the wasm-tools family of crates (#4165) 3 years ago
fuel.wast Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
func.rs Remove the old x86 backend 3 years ago
funcref.rs Merge pull request from GHSA-gwc9-348x-qwv2 3 years ago
gc.rs Merge pull request from GHSA-gwc9-348x-qwv2 3 years ago
globals.rs Implement API support for v128-globals (#3147) 3 years ago
host_funcs.rs Remove the module linking implementation in Wasmtime (#3958) 3 years ago
iloop.rs Expose `TrapCode::Interrupt` on epoch based interruption (#4105) 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 Remove support for userfaultfd (#4040) 3 years ago
invoke_func_via_table.rs Optimize `Func::call` and its C API (#3319) 3 years ago
limits.rs Remove the `ModuleLimits` pooling configuration structure (#3837) 3 years ago
linker.rs Add a method to Linker and flag to wasmtime-cli to trap unknown import funcs (#4312) 2 years ago
main.rs Add shared memories (#4187) 2 years ago
memory.rs Remove support for userfaultfd (#4040) 3 years ago
memory_creator.rs Update WASI to cap-std 0.25 and windows-sys. (#4302) 2 years ago
module.rs Fix an issue where massive memory images are created (#4112) 3 years ago
module_serialize.rs Implement runtime checks for compilation settings (#3899) 3 years ago
name.rs Reduce contention on the global module rwlock (#4041) 3 years ago
pooling_allocator.rs Add shared memories (#4187) 2 years ago
relocs.rs fix(wasmtime):`Config` methods should be idempotent (#4252) 2 years ago
stack_overflow.rs Decrease default wasm stack to 512k from 1M (#3861) 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
threads.rs Add shared memories (#4187) 2 years ago
traps.rs make backtrace collection a Config field rather than a cargo feature (#4183) 2 years ago
wast.rs Initial skeleton of some component model processing (#4005) 3 years ago