5582 Commits (1c78f03bf312d731c3643ba4e616b2add29727b7)
 

Author SHA1 Message Date
Gustav Eiman 09a091802b
Update rust embed example (#967) (#968) 5 years ago
Peter Huene 4e1d2a2fc1
Favor using non-braced using statement. 5 years ago
Peter Huene a6ec8f85a6
Loop the array of strings only once. 5 years ago
Peter Huene 78ee043524
Ensure marshaled UTF-8 string arrays are null terminated. 5 years ago
Peter Huene 8dff0fc121
Fix unit tests on Windows. 5 years ago
Peter Huene 11dec4d788
Add WASI unit tests for the C# API. 5 years ago
Peter Huene ae0b4090ce
Implement WASI C API. 5 years ago
Nick Fitzgerald f8abe1169c
Merge pull request #975 from fitzgen/update-cranelift-to-0.59.0 5 years ago
Nick Fitzgerald de4ad31cbd Update cranelift to 0.59.0 5 years ago
Dan Gohman 0a11736fbf Bump version to 0.59.0 (#1406) 5 years ago
Nick Fitzgerald be553aef78
Merge pull request #970 from alexcrichton/document-release 5 years ago
Alex Crichton d4fcd32cdc
Optimize generated code via the CLI by default (#973) 5 years ago
Alex Crichton 13523e6312
Attempt to fix publication to Pypi (#971) 5 years ago
Alex Crichton 12cff023b6 Document and codify the release process 5 years ago
Andrew Brown 78bf63c76d Translate Wasm SIMD's avgr_u to Cranelift's new avg_round instruction 5 years ago
Andrew Brown 032e81fd6f Add x86 SIMD average rounding 5 years ago
Jakub Konka 4fe397ea43 Refactor and combine all FileType structs in yanix 5 years ago
nalmt 830bdd5127 Add maximum threshold for number of blocks per function #951 5 years ago
Josh Triplett 5e05aa1b03 Update to wasmparser 0.51 5 years ago
Josh Triplett aa78d491b0
Make Func::getN return a Result rather than an Option (#966) 5 years ago
Josh Triplett 48202e0c31
Update dependencies to current versions, reducing duplicate versions (#963) 5 years ago
Josh Triplett 8be80cbd0d
Extend Func::getN up to get10, allowing up to 10-argument functions (#965) 5 years ago
Nathan Froyd 09c6c5db44 add a "raw" function definition interface to cranelift-module (#1400) 5 years ago
Sergei Shulepov c5d6805284 Revert "Temporarily disable fuzzing until #1216 is resolved (#1224)" 5 years ago
Benjamin Bouvier d586e0679f Replace Gitter and IRC by a Bytecode Alliance Zulip stream; 5 years ago
Andrew Brown 91727d99c0 Clean up unnecessary return 5 years ago
Andrew Brown f9ef4948fc Translate Wasm integer min/max to Cranelift's integer min/max 5 years ago
Andrew Brown 46cfc26684 Update wasmparser to 0.49.0 5 years ago
Andrew Brown 3ae1af1ad2 Add new Cranelift instructions for integer min/max 5 years ago
Johnnie Birch 9c6150b103
Adds perf jitdump support (#360) 5 years ago
Joshua Nelson ec9700c70b Don't return a Result for ObjectBuilder::new 5 years ago
Alex Crichton 0a020918b5
Don't let the API fuzz generator run wild (#959) 5 years ago
Andrew Brown 7dfd159fd8 Avoid unused import warnings in generated legalizer code (#1393) 5 years ago
Yury Delendik b96b53eafb
Test basic DWARF generation (#931) 5 years ago
Pat Hickey 4460e569cf
Upgrade to witx 0.8.0 with tagged unions (#921) 5 years ago
Alex Crichton 80b095f2e2
Add API to statically assert signature of a `Func` (#955) 5 years ago
Alex Crichton b6be99c9e1
Remove memory-related cases from `RelocationTarget` (#949) 5 years ago
Alex Crichton 4283fdc862
Fix a possible use-after-free with `Global` (#956) 5 years ago
Andrew Brown 1a9dc743d1 Infer REX prefix for SIMD `load` instruction 5 years ago
Andrew Brown 936120dcf9 Infer REX prefix for SIMD `store` and `vconst` instructions 5 years ago
Alex Crichton b69a061d23
Add a test that segfault handlers ignore non-wasm segfaults (#941) 5 years ago
Peter Huene 2fd3a31c06
Merge pull request #953 from peterhuene/implement-wasm-func-type 5 years ago
Alex Crichton a09eed97db
Update wasmparser to 0.51.2 (#952) 5 years ago
Peter Huene 052ae684c2
Fix memory leak in wasm_importtype_type. 5 years ago
Peter Huene efc19b593a
Implement wasm_func_type. 5 years ago
Alex Crichton b15b5cd05a
Use malloc/free to allocate `Instance` structure (#948) 5 years ago
Alex Crichton 16affacafb
Generate trampolines based on signatures (#947) 5 years ago
Sergei Pepyakin c94cdc7730
Treat undeclared maximum as 4GiB (#944) 5 years ago
Nick Fitzgerald 9b3ac10ebc wasm: Add support for passive data and element segments (#1389) 5 years ago
bjorn3 45cc95e60e Merge emit_small_memcpy and emit_small_memmove (#1301) 5 years ago