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 4ad86752de
Fix libcall relocations for precompiled modules (#5608)
2 years ago
..
cli_tests refactor: move Wasm test files to tests/all/cli_tests 3 years ago
component_model component bindgen: accept strs as well as identifiers for wit identifiers (#5600) 2 years ago
debug Cranellift: remove Baldrdash support and related features. (#4571) 2 years ago
async_functions.rs doc: add a comment in cancel_during_run. (#5267) 2 years ago
call_hook.rs Remove explicit `S` type parameters (#5275) 2 years ago
cli_tests.rs Move precompiled module detection into wasmtime (#5342) 2 years ago
component_model.rs Add a `wasmtime::component::bindgen!` macro (#5317) 2 years ago
custom_signal_handler.rs Remove explicit `S` type parameters (#5275) 2 years ago
epoch_interruption.rs Run a callback when the interruption epoch is reached (#4152) 3 years ago
externals.rs Remove explicit `S` type parameters (#5275) 2 years ago
fuel.rs Account for fuel before unconditionally trapping Wasm accesses (#5447) 2 years ago
fuel.wast Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
func.rs Remove explicit `S` type parameters (#5275) 2 years ago
funcref.rs Merge pull request from GHSA-gwc9-348x-qwv2 3 years ago
gc.rs Remove explicit `S` type parameters (#5275) 2 years ago
globals.rs Implement API support for v128-globals (#3147) 3 years ago
host_funcs.rs Remove explicit `S` type parameters (#5275) 2 years ago
iloop.rs Remove explicit `S` type parameters (#5275) 2 years ago
import_calling_export.rs Return `anyhow::Error` from host functions instead of `Trap`, redesign `Trap` (#5149) 2 years ago
import_indexes.rs Remove explicit `S` type parameters (#5275) 2 years ago
instance.rs Remove explicit `S` type parameters (#5275) 2 years ago
invoke_func_via_table.rs Optimize `Func::call` and its C API (#3319) 3 years ago
limits.rs Remove some custom error types in Wasmtime (#5347) 2 years ago
linker.rs Add `wasmtime::UnknownImportError` (#5509) 2 years ago
main.rs feat: implement memory.atomic.notify,wait32,wait64 (#5255) 2 years ago
memory.rs Refactor shared memory internals, expose embedder methods (#5311) 2 years ago
memory_creator.rs Update WASI to cap-std 0.25 and windows-sys. (#4302) 2 years ago
module.rs Fix libcall relocations for precompiled modules (#5608) 2 years ago
module_serialize.rs Remove explicit `S` type parameters (#5275) 2 years ago
name.rs Reduce contention on the global module rwlock (#4041) 3 years ago
pooling_allocator.rs Tidy up some internals of instance allocation (#5346) 2 years ago
relocs.rs Remove explicit `S` type parameters (#5275) 2 years ago
stack_overflow.rs wasmtime: enable stack probing for x86_64 targets. (#5350) 2 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 Refactor shared memory internals, expose embedder methods (#5311) 2 years ago
traps.rs Fix a debug assert with `wasm_backtrace(false)` (#5580) 2 years ago
wait_notify.rs feat: implement memory.atomic.notify,wait32,wait64 (#5255) 2 years ago
wast.rs feat: implement memory.atomic.notify,wait32,wait64 (#5255) 2 years ago