We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a0ea commit 5119a35Copy full SHA for 5119a35
FuzzTesting/Sources/FuzzTranslator/FuzzTranslator.swift
@@ -5,6 +5,7 @@ import WasmKitFuzzing
5
public func FuzzCheck(_ start: UnsafePointer<UInt8>, _ count: Int) -> CInt {
6
let bytes = Array(UnsafeBufferPointer(start: start, count: count))
7
do {
8
+ fatalError()
9
try fuzzInstantiation(bytes: bytes)
10
} catch {
11
// Ignore errors
0 commit comments