5875 Commits (815e340f855612cbc005f160fb39a767f3531285)
 

Author SHA1 Message Date
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
Andrew Brown bda9d7cfa6 Add SIMD copy_to_ssa 5 years ago
Jakub Konka 7228a248c1
[wasi-common] add custom FdPool container for managing fd allocs/deallocs (#1329) 5 years ago
Alex Crichton ba0dc40b2b
Handle select relocations while generating trampolines (#1347) 5 years ago
Alex Crichton 4c3c717698
Update the `filecheck` dependency (#1348) 5 years ago
Alex Crichton d452e5097f
Build wasmtime-c-api differenty in run-examples (#1346) 5 years ago
Nick Fitzgerald 3164ea55ee
Merge pull request #1343 from alexcrichton/no-binaryen 5 years ago
Nick Fitzgerald cbd352696c
Merge pull request #1344 from fitzgen/cranelift-publish-script 5 years ago
Nick Fitzgerald 612b806ac3 Update contributing docs with new script name 5 years ago
Nick Fitzgerald b70c3072d7 Re-add the script to publish Cranelift, which was lost in the migration 5 years ago
Andrew Brown 8598295bc4 Remove FPR32; fixes #1303 5 years ago
Nathan Froyd af709ded94
bump cranelift version to 0.60.0 (#1328) 5 years ago
Alex Crichton 210bfddfa9 Fix unused imports in oracles 5 years ago
Alex Crichton 532422a5d9 Fix CI fuzz runners 5 years ago
Andrew Brown a2d388b593 Fix types of SIMD or, xor, and 5 years ago