7911 Commits (3ed46e47e96cfe78313287cffd5b6e8032dacb17)
 

Author SHA1 Message Date
Chris Fallin 456561f431
x64 and aarch64: allow StructArgument and StructReturn args. 4 years ago
Chris Fallin 0f563f786a
Add ELF TLS support in new x64 backend. 4 years ago
Pat Hickey 7f7a0be938 wasi-c2: implement a synchronous poll_oneoff in terms of yanix 4 years ago
Pat Hickey b84c4d7488 poll_oneoff test: if you subscribe to a badf, the whole call fails with badf 4 years ago
Pat Hickey f667263d9c TEMPORARY: poll_oneoff test uses CLOCKID_REALTIME instead of MONOTONIC 4 years ago
Pat Hickey 7d7acc4614 poll_oneoff test: outline assertions 4 years ago
Pat Hickey 9a1ce1a272 TEMPORARY: inherit stdio for the wasi ctx 4 years ago
Peter Huene 8640025d8b
Merge pull request #2585 from alexcrichton/module-linking-update 4 years ago
Chris Fallin 25088dee9d
Merge pull request #2539 from cfallin/x64-i128 4 years ago
Alex Crichton d66db16d00 Fix a doc link 4 years ago
Alex Crichton bc9f10115d Fix a typo 4 years ago
Pat Hickey 4b39a14163 fix tests in pipe 4 years ago
Chris Fallin 71ead6e31d
x64 backend: implement 128-bit ops and misc fixes. 4 years ago
Pat Hickey 5c8efe868e need Any on WasiFile to upcast for AsRawFd 4 years ago
Alex Crichton 703762c49e Update support for the module linking proposal 4 years ago
Nick Fitzgerald 705af0ac41
Merge pull request #2584 from alexcrichton/update-c-api 4 years ago
Alex Crichton 55c5424e0e Adjust `wasmtime_func_callback_*` type signature 4 years ago
Peter Huene f94db6556c
Update WebAssembly C API submodule to latest commit. (#2579) 4 years ago
Johnnie Birch cde07b9a79 Re-enable spec tests that were disabled for #2432 #2470. Enable new tests 4 years ago
Johnnie Birch d17815a239 Zero newly allocated registers whose immediate use depends on content not being NaN 4 years ago
Pat Hickey ea94d6f79d this is indeed a nice way to do refs! 4 years ago
Pat Hickey 7beb52a2bc i guess this is a way to do refs 4 years ago
Pat Hickey 8298ce9e4d clock sub, start with the read sub 4 years ago
Pat Hickey e0e205f8d2 ctx builder: fix warnings, test harness 4 years ago
Pat Hickey 28c57c0fe3
Merge pull request #2577 from Ekleog/pr-2487 4 years ago
Chris Fallin 2b2f369bbb
Merge pull request #2576 from cfallin/cmp-load-bug 4 years ago
Chris Fallin 4638de673c
x64 bugfix: prevent load-op fusion of cmp because it could be emitted multiple times. 4 years ago
Nick Fitzgerald 90b80a2d3c
Merge pull request #2574 from fitzgen/randomize-location-of-heap-objects 4 years ago
Léo Gaspard 932378eb7b reexport all the things required to implement WasiDir 4 years ago
Léo Gaspard 20bb4b211e Also reexport Error from wasmtime_wasi 4 years ago
Léo Gaspard 5d85216329 also reexport WasiDir from wasmtime_wasi 4 years ago
Léo Gaspard 2e035be60a make WasiCtxBuilder be an actual builder, allowing to call .build() at the end of a call chain 4 years ago
Léo Gaspard f3156114c4 reserve keys 0, 1 and 2 for stdio 4 years ago
Léo Gaspard 7303793fa0 also expose WasiCtxBuilder 4 years ago
Pat Hickey 81065eba38 more scheduler 4 years ago
Pat Hickey b79bdcee84 port subscriptions in from old branch 4 years ago
Nick Fitzgerald bc6dc083f0 wasmtime-bench-api: Randomize the locations of heap objects 4 years ago
Pat Hickey 47ff726c61
Merge pull request #2570 from bytecodealliance/pch/wiggle_flags_bitflags 4 years ago
Pat Hickey 0e42c2e1d9 scaffold a scheduler 4 years ago
Pat Hickey 32f162aa78 fix windows flags 4 years ago
Pat Hickey e7018bf6e0 wiggle flags are now bitflags! 4 years ago
Pat Hickey b53aecb367 Merge branch 'pch/wiggle_flags_bitflags' into pch/wasi_common_cap_std 4 years ago
Pat Hickey 75a9dc7fe2 wasi-common: wiggle flags are now bitflags! 4 years ago
Pat Hickey ed44a19e5e wiggle: use bitflags to generate flags 4 years ago
Pat Hickey e2fb99af86 wiggle: depend on bitflags, and re-export it. 4 years ago
Pat Hickey 94467bcd9a wiggle: bugfix, generated code should use Names::runtime_mod not wiggle 4 years ago
Pat Hickey 4a54db0837 derive debug and clone on DirFdStat / FdStat 4 years ago
Pat Hickey d56d2f0219 directory seek test: code does not agree with comment. Fix code. 4 years ago
Pat Hickey b1d32f419c use bitflags crate to define bitflags, rather than by hand 4 years ago
Pat Hickey 3863b8b3d3 re-organize failures todo list 4 years ago