8139 Commits (37bb7af454dc7f25a18824ec8b2da5c006aee9eb)
 

Author SHA1 Message Date
Peter Huene 8457261cfe
Ensure default allocator is used for instance deallocation. 4 years ago
Peter Huene 5beb81d02a
Change how Instance stores instantiated memories in the runtime. 4 years ago
Peter Huene dd284ac218
Store memories and tables on Instance as PrimaryMap. 4 years ago
Peter Huene f0d93d102c
Refactor runtime `Table` to support static storage. 4 years ago
Peter Huene c8871ee1e6
Allow instance allocators control over module compilation. 4 years ago
Peter Huene b58afbf849
Refactor module instantiation in the runtime. 4 years ago
Dan Gohman 8854dec01d Bump version to 0.24.0 4 years ago
Dan Gohman 1cfcb66ff1 Add release notes for 0.24.0. 4 years ago
Pat Hickey af49505e73 bump cargo.lock, add wiggle-generate and wiggle-macro to workspace 4 years ago
Pat Hickey bcebdd43ef wiggle use sites: remove ctx argument 4 years ago
Pat Hickey ff59797ad0 wasmtime_wiggle: support for async, and add an integration test 4 years ago
Pat Hickey c4d8e2323a wiggle tests: fixes for new syntax 4 years ago
Pat Hickey f11cd8e7b1 wiggle: add support for async traits; ABI func is now generic of ctx 4 years ago
Pat Hickey a5d49c07a7 wasmtime: add `Linker::instantiate_async` to go with `Instance::new_async` 4 years ago
Johnnie Birch 2190fb68fd Update version for fs-set-times to 3.1 4 years ago
Chris Fallin 6c94eb82aa
x86-64 Windows fastcall ABI support. 4 years ago
Dan Gohman 81c67d9438 Add a link to the wasm-ld documentation. 4 years ago
Dan Gohman 66c2827ac9 Document the `-Wl,--stack-first` option to clang. 4 years ago
Andrew Brown cfbe0ef96a [x64] Re-enable simd_lane.wast spec tests 4 years ago
Andrew Brown 4a809fc8fd [x64] Add i64x2.all_true and i64x2.bitmask 4 years ago
Andrew Brown 508f8fa5a9 [x64] Add i64x2.abs 4 years ago
Andrew Brown 3c57c1b2bc Enable simd_i64x2_cmp.wast for aarch64 4 years ago
Andrew Brown d730f18a78 [x64] Add the new i64x2 comparisons 4 years ago
Andrew Brown 44e76fe9c0
Update spec tests (#2690) 4 years ago
Nick Fitzgerald 689a196c77
Merge pull request #2696 from fitzgen/remove-peepmatic-fuzz-targets 4 years ago
Ivan Enderlin 012f37e3a9 doc(cranelift) Fix a typo 4 years ago
Nick Fitzgerald c361485c9e fuzz: Remove peepmatic fuzz targets 4 years ago
Dan Gohman 10dbee0c17 Add a minimal README.md for wasmtime-wasi. 4 years ago
Dan Gohman 0824a934bf Add a minimal README.md for cap-std-sync. 4 years ago
Dan Gohman a7dbba0b1e Add a mention of the `WasiCtxBuilder` move in the RELEASES.md document. 4 years ago
Chris Fallin cdb60ec5a9
Merge pull request #2682 from cfallin/shift-bugs 4 years ago
Alex Crichton 7795a230f2
Implement support for `async` functions in Wasmtime (#2434) 4 years ago
Arjun P 2b3eff8582
README: remove extra full stop (#2687) 4 years ago
Nick Fitzgerald 824ce7bf89 deps: Update `Arbitrary` to 1.0; `libfuzzer-sys` to 0.4.0; `wasm-smith` to 0.4.0 4 years ago
Chris Fallin 6dcb31abb7
Fix 128-bit left shift: null out tmp3, not tmp2, on zero-shift case. 4 years ago
Chris Fallin ebbe626e79
Merge pull request #2685 from cfallin/fix-multi-trap-metadata 4 years ago
Chris Fallin 40db4de44a
Fix incomplete trap metadata due to multiple traps at one address. 4 years ago
Chris Fallin 0cc4a3d445
Merge pull request #2683 from cfallin/br-table-unreachable 4 years ago
Chris Fallin 48d542d67c
Fix bad jumptable block ref when DCE removes a block. 4 years ago
Chris Fallin 0f3e00b25e
Fix some `i128` shift-related bugs in x64 backend. 4 years ago
Chris Fallin 778afaf953
Merge pull request #2680 from bytecodealliance/pch/update_tracing_subscriber 4 years ago
Alex Crichton 707f83d413
Fix preservation of the sigaltstack on macOS (#2676) 4 years ago
Pat Hickey ee1ddfb6f9
Merge pull request #2674 from bjorn3/module_improvements 4 years ago
Pat Hickey 4559537f24 latest tracing-subscriber fixes performance problem reported in #2662 4 years ago
Andrew Brown 96556ed700
Optionally compile wasmtime-bench-api with wasi-nn and wasi-crypto (#2677) 4 years ago
Alex Crichton 98d3e6823f
Update wasmparser/wat dependencies (#2675) 4 years ago
bjorn3 a710fc4425 Make Module object safe 4 years ago
Nick Fitzgerald 584d6fbf0e
Merge pull request #2671 from fitzgen/issue-templates 4 years ago
Nick Fitzgerald a4a841cb6c Ensure all issue templates use Title Case 4 years ago
Nick Fitzgerald 25a9c73901 Clean up our github issue templates 4 years ago