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 57dca934ad
Upgrade wasm-tools crates, namely the component model (#4715)
2 years ago
..
cli_tests refactor: move Wasm test files to tests/all/cli_tests 3 years ago
component_model Upgrade wasm-tools crates, namely the component model (#4715) 2 years ago
debug Cranellift: remove Baldrdash support and related features. (#4571) 2 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 strings in adapter modules (#4623) 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 `wasmtime`: Implement fast Wasm stack walking (#4431) 2 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 Unconditionally enable component-model tests (#4556) 2 years ago
memory.rs Migrate from `winapi` to `windows-sys` (#4346) 2 years ago
memory_creator.rs Update WASI to cap-std 0.25 and windows-sys. (#4302) 2 years ago
module.rs Implement an incremental compilation cache for Cranelift (#4551) 2 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 `wasmtime`: Implement fast Wasm stack walking (#4431) 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 Fix a possible panic with null-containing element segments (#4455) 2 years ago
threads.rs Add shared memories (#4187) 2 years ago
traps.rs Uncomment unwind stack frame tests that now pass on aarch64 (#4687) 2 years ago
wast.rs Unconditionally enable component-model tests (#4556) 2 years ago