cranelift: Add LibCalls to the interpreter (#4782)
* cranelift: Add libcall handlers to interpreter * cranelift: Fuzz IshlI64 libcall * cranelift: Revert back to fuzzing udivi64 * cranelift: Use sdiv as a fuzz libcall * cranelift: Register Sdiv in fuzzgen * cranelift: Add multiple libcalls to fuzzer * cranelift: Register a single libcall handler * cranelift: Simplify args checking in interpreter * cranelift: Remove unused LibCalls * cranelift: Cleanup interpreter libcall types * cranelift: Fix Interpreter Docs
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3605,6 +3605,7 @@ dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rand 0.8.5",
|
||||
"smallvec",
|
||||
"target-lexicon",
|
||||
"wasmtime",
|
||||
"wasmtime-fuzzing",
|
||||
|
||||
Reference in New Issue
Block a user