5889 Commits (addb31a26673be3f6df596a82cfd9074870edde0)
 

Author SHA1 Message Date
Darin Morrison addb31a266
CI: add cargo audit job (#1314) 5 years ago
Alex Crichton 6449b86b5a
Add initial 0.13.0 (unreleased) release notes (#1392) 5 years ago
Nathan Froyd dcabb55776 change Module::define_function to take TrapSink instances 5 years ago
John Sullivan 222a73c150
Initial documentation for python users (#1378) 5 years ago
Benjamin Brittain ee4b5353f8
bump winapi version to 0.3.8 (#1388) 5 years ago
Alex Crichton 0d4bde4ab3
Add a `wasmtime::Linker` type (#1384) 5 years ago
Yury Delendik 021ebb3748
Refactor address_transform.rs to use less memory (#1260) 5 years ago
Dan Gohman 2fdc7f1a8e [wiggle] Don't make generated structs and unions `Copy`. 5 years ago
Dan Gohman 66460f2139
Miscellaneous doc updates (#1383) 5 years ago
Andrew Brown 84464627b8
Add docs badges (#1379) 5 years ago
bjorn3 d54611dac8
Update object to 0.18 (#1381) 5 years ago
Benjamin Bouvier 139536828a Add non-standard builds of Cranelift in automation; 5 years ago
Benjamin Bouvier 1d5a678124 Fixes #1240: Add a new accessor to indicate that an opcode requires spilling all registers; 5 years ago
Dan Gohman c202a8eeaf
Add a .gitattributes file to specify eol=LF (#1370) 5 years ago
Dan Gohman 815e340f85
Add an `is_directory()` helper method. (#1373) 5 years ago
Dan Gohman a7d84afeb4
Remove the old wast and wasm2obj commands. (#1372) 5 years ago
Dan Gohman ff18c5b05c
[wasi-common] Fix a warning about unreachable code. (#1374) 5 years ago
Alex Crichton e245e6dd9c
Add examples of linking and WASI (#1369) 5 years ago
Pat Hickey 07bd973027
Merge pull request #1336 from bytecodealliance/pch/wiggle_tweaks_for_lucet 5 years ago
Pat Hickey 73fe49cd65 wasi-common: update trait methods to take &GuestPtr args. 5 years ago
Pat Hickey 0e72edb80e wiggle-generate: always pass GuestPtr by reference 5 years ago
Pat Hickey 2c52b3f1de wiggle-generate: BuiltinType::USize is a u32, not a usize 5 years ago
Pat Hickey a7e7863c47 wiggle-runtime: isize and usize do not have same repr in guest and host 5 years ago
Pat Hickey fc4f96a73f wiggle-generate: teach about anonymous array types 5 years ago
Jakub Konka 32595faba5
It's wiggle time! (#1202) 5 years ago
Alex Crichton f700efeb03
Remove C++ dependency from `wasmtime` (#1365) 5 years ago
Marcin Mielniczuk c50c24e699
Path symlink follow (#1284) 5 years ago
Y-Nak bcddce5fe0
Simplify ssa builder (#1340) 5 years ago
Alex Crichton adff432767
Fix build of the book (#1368) 5 years ago
Alex Crichton 3b7cb6ee64
Enable jitdump profiling support by default (#1310) 5 years ago
Alex Crichton 0a30fdf85f
Add a safe method `GuestPtr::copy_from_slice` (#1367) 5 years ago
Jakub Konka fe0dc508ac
Allow for zero-length wiggle_runtime::Regions (#1366) 5 years ago
Gabor Greif 1d0026e4f5
Tweak the submodule update command (#1364) 5 years ago
Alex Crichton afd980b4f6
Refactor the internals of `Func` to remove layers of indirection (#1363) 5 years ago
Alex Crichton 39ba281bc7
Update some documentation on `Memory` (#1360) 5 years ago
Dan Gohman 1c55eb1a8b
Add a few CLI tests for WASI. (#1281) 5 years ago
Alex Crichton f63c3c814e
Add a first-class way of accessing caller's exports (#1290) 5 years ago
Samrat Man Singh 1958e8af96
[cranelift docs] Fix grammar code blocks and heap image (#1339) 5 years ago
Marcin Mielniczuk 33b4750a64 Fix unnecessary structure name repetitions, as reported by clippy 5 years ago
Dan Gohman 3f8fb37b22
Add some high-level sandboxing documentation. (#1353) 5 years ago
Alex Crichton d2666b2f3b
Expand `Memory` docs and add examples (#1357) 5 years ago
Alex Crichton 5bd03d282f
Update a number of wasmtime's dependencies (#1355) 5 years ago
Nick Fitzgerald a658e381be
Merge pull request #1354 from fitzgen/update-arbitrary-and-libfuzzer-sys 5 years ago
Nick Fitzgerald 5f4d3f5cd9 Update `arbitrary` and `libfuzzer` dependencies 5 years ago
Andrew Brown 057a0cf44e Organize SIMD arithmetic filetest; add REX-inducing register assignments 5 years ago
Andrew Brown 0d63bd12d8 Infer REX prefix for SIMD operations; fixes #1127 5 years ago
Alex Crichton 381d43e40e
Update wasi submodule (#1345) 5 years ago
Andrew Brown f12fb29ae1 Add initial SIMD memory filetests 5 years ago
Andrew Brown e1d3930ce4 Add SIMD store_complex 5 years ago
Andrew Brown 368094a95b Add SIMD load_complex 5 years ago