7605 Commits (0e41861662bde3f5a6280811406f68facfdca238)
 

Author SHA1 Message Date
Alex Crichton 0e41861662
Implement limiting WebAssembly execution with fuel (#2611) 4 years ago
Amanieu d'Antras 78f312799e Optimize EntityList::extend and add EntityList::from_iter 4 years ago
Chris Fallin ac60ad6c9a
Merge pull request #2614 from kaseyc/nop 4 years ago
Kasey Carrothers f76a9d436e Clean up handling of NOPs in the x64 backend. 4 years ago
Johnnie Birch cbd7a6a80e Add sse41 lowering for rounding x64 4 years ago
Nick Fitzgerald d1c1cb6a25 bench-api: receive working directory as an argument 4 years ago
Nick Fitzgerald be1ac15beb
Merge pull request #2617 from alexcrichton/limit-tables-and-memeories 4 years ago
Nick Fitzgerald 6537e81a36
Merge pull request #2616 from alexcrichton/fix-module-linking-fuzzing 4 years ago
Chris Fallin 19d800f975
Merge pull request #2615 from alexcrichton/precise-pc-trap 4 years ago
Alex Crichton dccaa64962 Add knobs to limit memories/tables in a `Store` 4 years ago
Alex Crichton cb65c755c5 Disable module-linking in plain instantiate fuzzers 4 years ago
Alex Crichton 39f677d2dd Only handle signals at pcs with trap information 4 years ago
Alex Crichton 7f840870c7
cranelift-native: Use libstd feature detection (#2607) 4 years ago
Alex Crichton 503129ad91
Add a method to share `Config` across machines (#2608) 4 years ago
Nick Fitzgerald e594c43d50
Merge pull request #2606 from fitzgen/memory-stuff 4 years ago
Nick Fitzgerald ee5c6f6265
Merge pull request #2599 from fitzgen/bench-api-files-env-vars 4 years ago
Nick Fitzgerald 4f3bc1d5d4 wasmtime: clarify `Memory::{read,write}` behavior with out-of-bounds ranges 4 years ago
Nick Fitzgerald 0cdc80fbf8 wasmtime: move `Memory` to its own module 4 years ago
Nick Fitzgerald 3b7f3e0c23 Remove semicolon to quiet a rustc warning 4 years ago
Nick Fitzgerald 8d84482153 bench-api: Allow access to files in the current directory 4 years ago
Nick Fitzgerald c7c6e76f9b
fuzzing: Add tests for dummy import generation (#2604) 4 years ago
theduke f4faa04dca
Safe Memory read/write API (#2528) 4 years ago
omar 79649a15f6 Update README.md 4 years ago
Chris Fallin 2c729e6c3b
Merge pull request #2601 from kaseyc/i128 4 years ago
Kasey Carrothers c6c5fe48b6 Add i128.icmp run tests for the x64 backend. 4 years ago
Kasey Carrothers c55c5e0506 Add additional tests for icmp-i128. Fixes #1136. 4 years ago
Chris Fallin 443fac69e5
Merge pull request #2603 from cfallin/fix-cpuid 4 years ago
Chris Fallin 3c5416446c
Fix cargo-deny issue with raw-cpuid advisory. 4 years ago
Frank Denis a0fad6065a
Add support for the experimental wasi-crypto APIs (#2597) 4 years ago
Chris Fallin 95822a54f2
Merge pull request #2565 from cfallin/debug-value-labels 4 years ago
Chris Fallin 557a932757
Fix GitHub Actions config (actually run gdb tests on new backend). 4 years ago
Chris Fallin f54d0d05c7
Address review comments. 4 years ago
Alex Crichton 55b0e8b9e5
Fix C API function name of setting max instances (#2598) 4 years ago
Chris Fallin 7e12abce71
Fix a few comment typos and add a clarifying comment. 4 years ago
Chris Fallin 997fab55d5
Skip value-label analysis if no value labels are present. 4 years ago
Chris Fallin c84d6be6f4
Detailed debug-info (DWARF) support in new backends (initially x64). 4 years ago
Alex Crichton 4a351ab7fe
Update a number of dependencies (#2594) 4 years ago
Alex Crichton 57c686d49d
Refactor instantiation to be more async-friendly (#2596) 4 years ago
Chris Fallin 986b5768f9
Merge pull request #2595 from bjorn3/x64_macho_tls 4 years ago
Alex Crichton 8748cf5bd3
Add an instance limit to `Config` (#2593) 4 years ago
bjorn3 81d248c057 Implement Mach-O TLS access for x64 newBE 4 years ago
Andronik Ordian 2d5037d84c
cache: update zstd to 0.6, disable legacy feature (#2592) 4 years ago
Alex Crichton 207f60a18e
module-linking: Implement outer module aliases (#2590) 4 years ago
Chris Fallin 0085ed3ff8
Merge pull request #2589 from akirilov-arm/popcnt 4 years ago
Chris Fallin 13003a3e91
Merge pull request #2588 from hanqo/patch-1 4 years ago
Han Zhao 32343a7018 Updated Cargo.lock for libc 4 years ago
Han Zhao d37e2d53c7
Updated libc version to 0.2.82 in dependencies 4 years ago
Anton Kirilov 043a8434d2 Cranelift AArch64: Improve the Popcnt implementation 4 years ago
Han Zhao f8268b2139
Bugfix of issue #2575 4 years ago
Chris Fallin c7de8f5efb
Merge pull request #2541 from cfallin/struct-arg-ret 4 years ago