8694 Commits (6dba669e54f08a2588b683c695fea3fa40668847)
 

Author SHA1 Message Date
Benjamin Bouvier 6dba669e54
Add meeting notes for Cranelift meeting 2021-08-23 3 years ago
Chris Fallin b2bcdd13ec
Spec-interpreter fuzzing: check out `fuzzing` branch of our mirror. (#3222) 3 years ago
Michael Gattozzi 58bf9b7bba
Fix wiggle code generation for correct span usage (#3220) 3 years ago
Alex Crichton f5041dd362
Implement a setting for reserved dynamic memory growth (#3215) 3 years ago
Benjamin Bouvier 18fe7d124e
Fix VTune build (#3219) 3 years ago
Nick Fitzgerald 74c18a6af4
Add automatic labeling for the `wasmtime:ref-types` label (#3213) 3 years ago
Nick Fitzgerald 3117933791
Merge pull request #3214 from bytecodealliance/fitzgen-patch-2 3 years ago
Nick Fitzgerald 7a5e76e115
Subscribe @fitzgen to the `wasmtime:ref-types` label 3 years ago
Alex Crichton db79438ddb
Fix cross-compilation via the CLI (#3212) 3 years ago
Alex Crichton f1793934d6
Disable default features of `gimli` (#3208) 3 years ago
Aaron Turner 331b0dee30
Updated the AssemblyScript example (#3185) 3 years ago
Alex Crichton 9e8e0e8352
Update wasmtime-08-19.md (#3211) 3 years ago
Chris Fallin 44f8b78236
Merge pull request #3210 from cfallin/cranelift-mtg-20210823 3 years ago
Chris Fallin 35f2b94382
Cranelift meeting agenda 2021-08-23: add item for isel DSL RFC. 3 years ago
Alex Crichton ddfadaeb38
Add a cranelift compile-time feature to wasmtime (#3206) 3 years ago
Chris Fallin 7a19b8fe2c
Merge pull request #3207 from cfallin/cranelift-mtg-20210823 3 years ago
Chris Fallin 3662359588 Add agenda item to 2021-08-23 Cranelift meeting for #3205. 3 years ago
Alex Crichton 87c33c2969
Remove `wasmtime-environ`'s dependency on `cranelift-codegen` (#3199) 3 years ago
Alex Crichton 02ecfed7a0
Print more error info on sigaltstack failures (#3204) 3 years ago
Alex Crichton 86bc37f26e
Fix validating wasm stores of boolean vector results (#3202) 3 years ago
Alex Crichton 03a3a5939a
Move module translation from cranelift to wasmtime (#3196) 3 years ago
Dan Gohman fde767fedc
Update to cap-std 0.17.0. (#3198) 3 years ago
Alex Crichton e8aa7bb53b
Reimplement how unwind information is stored (#3180) 3 years ago
Nick Fitzgerald 9311c38f7e
Merge pull request #3192 from alexcrichton/no-comp-dir 3 years ago
Alex Crichton c6cd1008f8
Actually process memory64 feature in CLI (#3197) 3 years ago
Alex Crichton 0642e62f16
Use wasm-smith to canonicalize NaN in differential fuzzing (#3195) 3 years ago
Chris Fallin c205719481
Merge pull request #3087 from akirilov-arm/aarch64_tests 3 years ago
Anton Kirilov a1b39276e1 Enable more CLIF tests on AArch64 3 years ago
Aaron Turner fb32e49ed7
Docs: Removed the extra markdown example from the Summary (#3194) 3 years ago
Alex Crichton bd47a74dab
Always call the resource limiter for memory allocations (#3189) 3 years ago
Alex Crichton 1bdafbf226 Don't require `DW_AT_comp_dir` for debuginfo 3 years ago
Alex Crichton 0313e30d76
Remove dependency on `TargetIsa` from Wasmtime crates (#3178) 3 years ago
Chris Fallin 7c0948fe0b
Merge pull request #3102 from afonso360/fix-bool-trampolines 3 years ago
Alex Crichton e9f33fc618
Move all trampoline compilation to `wasmtime-cranelift` (#3176) 3 years ago
Alex Crichton 2da1b9d375
Delete unused code in `wasmtime-obj` (#3179) 3 years ago
Alex Crichton e0c8961333
Add memory64 support to the Wasmtime CLI and C API (#3182) 3 years ago
Alex Crichton e68aa99588
Implement the memory64 proposal in Wasmtime (#3153) 3 years ago
Andrew Brown 76a93dc112 fuzz: log Wasm contents to file when `log::debug` is enabled 3 years ago
Sergei Shulepov cbabcacb0f
wasmtime: Option to disable parallel compilation (#3169) 3 years ago
Andrew Brown 42acb72c54 fuzz: retrieve the WebAssembly spec repository in `build.rs` 3 years ago
Andrew Brown 92b382b736 fuzz: count successful executions of differential_spec target 3 years ago
Andrew Brown 651a321f1a fuzz: add differential_spec fuzzing target 3 years ago
Andrew Brown f3955fa62a refactor: rename `DifferentialWasmiModuleConfig` to `SingleFunctionModuleConfig` 3 years ago
Andrew Brown ddb80d2d14 ci: install OCaml packages necessary for 'differential_spec' fuzz target 3 years ago
Andrew Brown a7f592a026 Add a crate to interface with the WebAssembly spec interpreter 3 years ago
Andrew Brown 2e95d4e7c6 wasi-nn: refactor wasi-nn context to use multiple backends 3 years ago
Andrew Brown f0147f23e8 wiggle: emit `From<#ident> for #tag_type` for variants 3 years ago
Andrew Brown c3bbdead7c wasi-nn: add backend abstraction 3 years ago
Alex Crichton 44f9ccd316
Publish import library for MinGW release artifacts (#3170) 3 years ago
Nick Fitzgerald a7cf6bf9aa
Merge pull request #3171 from bytecodealliance/fitzgen-patch-1 3 years ago