aboutsummaryrefslogtreecommitdiff
path: root/projects/wasmtime/build.sh
AgeCommit message (Expand)Author
2021-03-26Update wasmtime config to use new x86-64 backend. (#5518)Chris Fallin
2021-03-20Wasmtime: remaps for coverage (#5392)Catena cyber
2020-12-03wasmtime: add new codegen backend, and add contact for it. (#4772)Chris Fallin
2020-11-20wasmtime: add register allocator to fuzz targets. (#4669)Chris Fallin
2020-08-07[infra] Add support for custom sanitizer options in run_fuzzer. (#4274)Max Moroz
2020-07-10Add wasm-tools repository to wasmtime project (#4111)Alex Crichton
2020-07-06Skip coverage build in CI for non C/C++ projects. (#4075)Abhishek Arya
2020-07-06wasmtime: Only zip the seed corpus if it exists (#4065)Nick Fitzgerald
2020-05-19wasmtime: build fuzz targets with --all-features (#3850)Nick Fitzgerald
2020-05-18Remove unneeded rust hacks after #3830. (#3840)Abhishek Arya
2020-03-17[wasmtime] Update wasmtime's build script (#3515)Alex Crichton
2020-02-05[wasmtime] Try fixing delivery of SIGILL/SIGSEGV to JIT (#3335)Alex Crichton
2020-01-31wasmtime: Enable debuginfo/frame pointers (#3314)Alex Crichton
2020-01-28Try to fix the wasmtime Rust build (#3298)Alex Crichton
2020-01-27[wasmtime] initial integration (#3292)Jonathan Foote