6722 Commits (63d5b919306ebecc00cd39090910d89c02dcda9b)
 

Author SHA1 Message Date
Dan Gohman cf5289c553 Begin porting yanix to WASI. 4 years ago
Nick Fitzgerald 25397d0c15
Merge pull request #1982 from fitzgen/fuzz-reference-types 4 years ago
Daiki Ueno 2ce2dd0203
wasmtime: add build-time option for parallel compilation (#1903) 4 years ago
Nick Fitzgerald 9b56203732 fuzzing: Enable reference types by default 4 years ago
Nick Fitzgerald 80ff22fd18
Merge pull request #1973 from fitzgen/table-fill 4 years ago
Graham Scheaffer ef8fe18262
Updated region versions (#1978) 4 years ago
MaxGraey 2048278d2a typo 4 years ago
Joey Gouly 3a67d25ed6 arm64: Implement SIMD shift instructions 4 years ago
Davy Duperron 8d7ba0ad76 wasmtime: fix typo in summary 4 years ago
Benjamin Bouvier 9d5be00de4 Address review comments 4 years ago
Benjamin Bouvier 2115e70acb machinst x64: implement enough to support branch tables; 4 years ago
Benjamin Bouvier f86ecdcb86 machinst x64: lower and implement div/idiv; ADD TESTS 4 years ago
Benjamin Bouvier da30527368 machinst x64: implement one way conditional jmp 4 years ago
Benjamin Bouvier 9d1bcfb2e8 machinst x64: implement cmov 4 years ago
Benjamin Bouvier bd88065571 machinst x64: lower binary ALU operators; 4 years ago
Benjamin Bouvier faeed3c7a4 machinst x64: implement spills and reloads 4 years ago
Benjamin Bouvier 08efcbd9d5 machinst x64: use movss for f32 loads; 4 years ago
MaxGraey d21ca7f2a3 fixed added fits-in-native-word contrain 4 years ago
MaxGraey 03b6c97e15 typo 4 years ago
MaxGraey 1fcb215895 trailing new line 4 years ago
MaxGraey 1033cf5748 use (isub 1 $C) instead (iadd -1 $C) 4 years ago
MaxGraey d839d83f7e add reminder by a power of two peephole rule 4 years ago
Nick Fitzgerald 3555f97906 wasmtime: Implement `table.fill` 4 years ago
Nick Fitzgerald d87ada209c
Merge pull request #1972 from bytecodealliance/fitzgen-patch-1 4 years ago
Johnnie Birch 60681d7019 Add __dso_handle to exception list of deprecated export symbols 4 years ago
Nick Fitzgerald 9162563bb7
readme: Make "wasmtime-go" use monospace font 4 years ago
Chris Fallin b700646c93
Merge pull request #1962 from cfallin/aarch64-lowering-condbr 4 years ago
Nick Fitzgerald bffd54c016
wasmtime: Implement `global.{get,set}` for externref globals (#1969) 4 years ago
Nick Fitzgerald 3fa3ff2ece
Merge pull request #1968 from alexcrichton/link-c-docs 4 years ago
Chris Fallin 9bc0f3eceb
Merge pull request #1966 from jgouly/simd-arith 4 years ago
Chris Fallin b7ecad1d74 AArch64: avoid branches with explicit offsets at lowering stage. 4 years ago
Andrew Brown 5ed74abeee Translate Wasm `narrow` instructions to CLIF's `snarrow` and `unarrow` 4 years ago
Andrew Brown 057c93b64e Add `unarrow` instruction with x86 implementation 4 years ago
Andrew Brown 65e6de2344 Replace `x86_packss` with `snarrow` 4 years ago
Andrew Brown 152d7fcee7 Fix typo and wording of CDSL error messages 4 years ago
Sergei Shulepov ce51995828
Use smallvec for avoid allocations in the trampoline (#1965) 4 years ago
Alex Crichton 920e0984d3 Link to C API docs and make a landing page 4 years ago
Alex Crichton 47a218f908
Document the rest of the C API (#1959) 4 years ago
Joey Gouly 62e7b7f838 arm64: Implement basic SIMD arithmetic 4 years ago
Benjamin Bouvier 8e257e731e cranelift-wasm: expose cranelift-frontend's FunctionBuilder in the public API; 4 years ago
Pat Hickey 301277e60d
Merge pull request #1961 from bytecodealliance/pch/sync_wasi_pipe 4 years ago
Pat Hickey e7869c7320 virtfs pipe: implement Clone correctly 4 years ago
Johnnie Birch 0aa56c500c Add x64 lowering of Clif flt load instruction for new backend 4 years ago
Johnnie Birch f2dd1535d5 Add x64 lowering of Clif flt store instruction for new backend 4 years ago
Pat Hickey cf303d91fc wasi-common virtfs pipe: convert to be Send and Sync 4 years ago
Alex Crichton d72b330de2
Add support for documenting the C API (#1928) 4 years ago
Alex Crichton f24c7e1249
Expand top-level `wasmtime` crate docs (#1955) 4 years ago
Dan Gohman b37adbbe31
Rename `OFlag`/`AtFlag` to `OFlags`/`AtFlags`. (#1951) 4 years ago
Adam C. Foltzer 4f16f0dc32
Merge pull request #1949 from bytecodealliance/acf/virtual-pipes 4 years ago
Adam C. Foltzer fddd94d23f
address review comments 4 years ago