Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: tools/fuzz/tool.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2422 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 0.12%
All colors 2425 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2422 2 WasmEdge_Driver_FuzzTool call site: 00002 WasmEdge::FunctionCompiler::compile

Runtime coverage analysis

Covered functions
3977
Functions that are reachable but not covered
23
Reachable functions
25
Percentage of reachable functions covered
8.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tools/fuzz/tool.cpp 2
lib/api/wasmedge.cpp 15
lib/driver/fuzzTool.cpp 12
lib/loader/loader.cpp 15
test/expected/issues.cpp 2
test/expected/catch.hpp 26
lib/validator/component_validator.cpp 11
lib/llvm/compiler.cpp 83
test/host/socket/wasi_socket.cpp 2
include/runtime/instance/memory.h 5
include/ast/module.h 2
lib/llvm/llvm.h 89
plugins/wasi_nn/MLX/model/utils.h 7
lib/llvm/compiler/function_compiler.cpp 58
include/common/variant.h 1
lib/llvm/compiler/function_compiler.h 1
lib/llvm/llvm.cpp 21
plugins/wasi_crypto/symmetric/tag.cpp 5
include/host/wasi/error.h 8
test/driver/driverToolTest.cpp 15
lib/driver/uniTool.cpp 28
include/po/argument_parser.h 10
include/po/helper.h 1
examples/plugin/get-string/getstring.cpp 1
include/driver/tool.h 6
include/driver/options.h 1
lib/plugin/plugin.cpp 62
examples/embed_cxx/main.cpp 2
examples/embed_cxx/script/fibonacci.cpp 1
plugins/wasi_nn/wasinnenv.h 2
plugins/wasi_nn/wasinn_piper.cpp 23
include/common/int128.h 3
include/experimental/expected.hpp 2
lib/common/spdlog.cpp 8
lib/driver/runtimeTool.cpp 75
lib/driver/toolConfig.cpp 9
include/common/configure.h 7
include/vm/vm.h 6
lib/vm/vm.cpp 32
test/api/APIUnitTest.cpp 7
include/executor/executor.h 2
lib/llvm/jit.cpp 30
test/api/APIAOTNestedVMTest.cpp 5
include/common/errcode.h 1
include/host/wasi/wasimodule.h 2
include/common/async.h 4
lib/driver/compilerTool.cpp 21
lib/common/hash.cpp 2
lib/llvm/codegen.cpp 116
include/runtime/instance/component/component.h 3
include/runtime/instance/module.h 10
include/runtime/instance/table.h 1
plugins/wasi_nn/resource_table.h 4
lib/driver/parseTool.cpp 75
include/ast/type.h 1
include/ast/instruction.h 1
lib/driver/validateTool.cpp 10
lib/driver/instantiateTool.cpp 17

Fuzzer: tools/fuzz/component.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 476 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.20%
All colors 477 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
476 0 EP call site: 00000 WasmEdge::Loader::Loader::parseWasmUnit

Runtime coverage analysis

Covered functions
3977
Functions that are reachable but not covered
152
Reachable functions
153
Percentage of reachable functions covered
0.65%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tools/fuzz/component.cpp 7
include/common/configure.h 3
lib/loader/loader.cpp 44
include/loader/loader.h 18
test/expected/catch.hpp 9
lib/loader/ast/module.cpp 58
include/ast/module.h 3
lib/loader/filemgr.cpp 3
include/loader/filemgr.h 1
lib/loader/ast/section.cpp 10
test/host/socket/wasi_socket.cpp 2
include/runtime/instance/memory.h 5
test/expected/issues.cpp 2
plugins/wasi_nn/wasinn_piper.cpp 23
plugins/wasi_nn/wasinnenv.h 1
include/common/int128.h 3
include/experimental/expected.hpp 2
lib/loader/ast/component/component.cpp 13
include/host/wasi/inode.h 1
lib/validator/component_validator.cpp 11

Fuzzer: tools/fuzz/po.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 115 97.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 2.54%
All colors 118 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
115 2 WasmEdge_Driver_FuzzPO call site: 00002 parse

Runtime coverage analysis

Covered functions
3977
Functions that are reachable but not covered
41
Reachable functions
43
Percentage of reachable functions covered
4.65%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tools/fuzz/po.cpp 2
lib/api/wasmedge.cpp 6
lib/driver/fuzzPO.cpp 28
include/po/helper.h 1
include/po/argument_parser.h 12
include/experimental/span.hpp 3
include/common/int128.h 3
test/expected/catch.hpp 9

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
WasmEdge::FunctionCompiler::compile /src/WasmEdge/lib/llvm/compiler/function_compiler.cpp 1 ['AST::InstrView'] 6 0 781 578 47 320 0 406 406
WasmEdge::Host::WASINN::BitNet::parseMetadata /src/WasmEdge/plugins/wasi_nn/wasinn_bitnet.cpp 3 ['Graph', 'LocalConfig', 'std::string'] 2 0 945 329 343 23 0 345 345
callParseCaptureStdout /src/WasmEdge/test/driver/driverToolTest.cpp 1 ['std::initializer_list '] 7 0 15 2 2 370 0 318 316

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
2.0%
141 / 7630
Cyclomatic complexity statically reachable by fuzzers
13.0%
1199 / 9300

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
decltype(({parm#2}.out)())fmt::v12::formatter ::format (WasmEdge::ErrInfo::InfoMismatchconst&,fmt::v12::context&)const 89 23 25.84%
decltype(({parm#2}.out)())fmt::v12::formatter ::format (WasmEdge::ErrInfo::InfoInstructionconst&,fmt::v12::context&)const 62 13 20.96%
WasmEdge::Loader::Loader::loadOpCode() 107 32 29.90%
WasmEdge::Validator::Validator::populateInstanceFromType(unsignedint,WasmEdge::AST::Component::InstanceTypeconst&) 32 6 18.75%
WasmEdge::Validator::Validator::validate(WasmEdge::AST::Component::CoreInstanceconst&) 144 47 32.63%
WasmEdge::Validator::Validator::validate(WasmEdge::AST::Component::ImportDeclconst&) 31 15 48.38%
WasmEdge::Validator::Validator::validate(WasmEdge::AST::Component::InstanceDeclconst&) 55 16 29.09%
WasmEdge::Validator::Validator::validate(WasmEdge::AST::Component::Instanceconst&)::$_0::operator()(std::__1::basic_string_view >,WasmEdge::AST::Component::ExternDescconst&)const 69 13 18.84%
WasmEdge::LLVM::CodeGen::codegen(cxx20::span ,WasmEdge::LLVM::Data,std::__1::__fs::filesystem::path) 76 39 51.31%
WasmEdge::FunctionCompiler::updateGas() 35 3 8.571%
WasmEdge::FunctionCompiler::compileCallOp(unsignedint) 69 27 39.13%
WasmEdge::FunctionCompiler::compileReturnCallOp(unsignedint) 67 25 37.31%
WasmEdge::FunctionCompiler::compileAtomicOp(WasmEdge::AST::Instructionconst&) 331 19 5.740%
WasmEdge::FunctionCompiler::compileVectorSwizzle() 40 17 42.5%
WasmEdge::LLVM::ValueWasmEdge::FunctionCompiler::compileVectorExtAddPairwise(WasmEdge::LLVM::Type,bool)::$_0::operator() (WasmEdge::LLVM::Value)const 66 36 54.54%
WasmEdge::Validator::(anonymousnamespace)::checkSubtypeDepth(unsignedint,unsignedint,unsignedint,std::__1::vector >&,std::__1::vector >const&) 48 13 27.08%

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/WasmEdge/plugins/wasi_nn/wasinn_whisper_log.h [] []
/src/WasmEdge/test/validator/ValidatorRegressionTest.cpp [] []
/src/WasmEdge/plugins/wasmedge_ocr/ocr_module.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_alias.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_llama_log.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/key.cpp [] []
/src/WasmEdge/include/driver/compiler.h [] []
/src/WasmEdge/plugins/wasi_nn/GGML/core/ggml_type.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/tag.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/kdf.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/error.h [] []
/src/WasmEdge/lib/host/wasi/clock-win.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/evp_wrapper.h [] []
/src/WasmEdge/include/loader/shared_library.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/swscale/swscale_func.cpp [] []
/src/WasmEdge/lib/loader/shared_library.cpp [] []
/src/WasmEdge/lib/aot/blake3.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/avFrame.cpp [] []
/src/WasmEdge/lib/loader/ast/segment.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/common/func.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/avStream.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_tensorflowlite_func.h [] []
/src/WasmEdge/lib/llvm/compiler/context.h [] []
/src/WasmEdge/lib/vm/plugin_modules.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_type.cpp [] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_base.h [] []
/src/WasmEdge/thirdparty/blake3/blake3_dispatch.c [] []
/src/WasmEdge/include/host/mock/wasi_crypto_module.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_piper.h [] []
/src/WasmEdge/plugins/wasi_nn/GGML/compute/inference_manager.cpp [] []
/src/WasmEdge/examples/capi/mandelbrot-set-in-threads/main.cc [] []
/src/WasmEdge/include/common/variant.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/func.cpp [] []
/src/WasmEdge/include/common/enum_errcode.hpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper/decoding.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/transformer.h [] []
/src/WasmEdge/include/ast/component/sort.h [] []
/src/WasmEdge/plugins/wasi_crypto/common/array_output.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper/tokenizer.cpp [] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_base.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avfilter/avFilter.cpp [] []
/src/WasmEdge/include/runtime/instance/table.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_nn/wasinn_log_gate.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/module.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/ctx.h [] []
/src/WasmEdge/plugins/wasm_bpf/func-attach-bpf-program.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_base.h [] []
/src/WasmEdge/test/expected/observers.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/kx/ctx.cpp [] []
/src/WasmEdge/include/runtime/instance/component/function.h [] []
/src/WasmEdge/include/ast/segment.h [] []
/src/WasmEdge/include/plugin/wasi_logging/func.h [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-buffer-poll.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_whisper.cpp [] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_func.h [] []
/src/WasmEdge/plugins/wasi_crypto/kx/dh/ecdsa.h [] []
/src/WasmEdge/lib/driver/runtimeTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/llvm/lazyjit.cpp [] []
/src/WasmEdge/lib/executor/engine/refInstr.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component.cpp ['tools/fuzz/component.cpp'] []
/src/WasmEdge/include/executor/engine/vector_helper.h [] []
/src/WasmEdge/lib/host/wasi/vinode.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_tensorflowlite_module.h [] []
/src/WasmEdge/test/host/wasi/wasi.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/ffmpeg_env.cpp [] []
/src/WasmEdge/lib/validator/component_validator.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/plugins/wasi_nn/wasinnenv.h ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/lib/common/hash.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/executor/instantiate/elem.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_mlx.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/kdf.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_tfl.h [] []
/src/WasmEdge/lib/loader/ast/component/component_section.cpp [] []
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_module.h [] []
/src/WasmEdge/test/instance/MemInstanceTest.cpp [] []
/src/WasmEdge/plugins/wasmedge_process/processfunc.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avdevice/avDevice_func.cpp [] []
/src/WasmEdge/include/validator/validator.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/gemma3/gemma3.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/ffmpeg_base.h [] []
/src/WasmEdge/include/runtime/instance/module.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_func.h [] []
/src/WasmEdge/test/component/ComponentValidatorTest.cpp [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_env.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/options.cpp [] []
/src/WasmEdge/test/driver/driverToolTest.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper/decoding.cpp [] []
/src/WasmEdge/include/experimental/span.hpp ['tools/fuzz/po.cpp'] []
/src/WasmEdge/plugins/wasi_nn/wasinnfunc.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/common/module.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_export.cpp [] []
/src/WasmEdge/lib/executor/instantiate/component/component_canon.cpp [] []
/src/WasmEdge/include/llvm/compiler.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_neuralspeed.cpp [] []
/src/WasmEdge/include/ast/component/alias.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/ctx.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/avCodecContext.cpp [] []
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_env.h [] []
/src/WasmEdge/plugins/wasm_bpf/wasm-bpf.cpp [] []
/src/WasmEdge/test/po/po.cpp [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_module.h [] []
/src/WasmEdge/lib/llvm/llvm.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/runtime/storemgr.h [] []
/src/WasmEdge/include/po/helper.h ['tools/fuzz/tool.cpp', 'tools/fuzz/po.cpp'] []
/src/WasmEdge/include/runtime/instance/global.h [] []
/src/WasmEdge/test/api/hostfunc_c.c [] []
/src/WasmEdge/plugins/wasi_http/func.cpp [] []
/src/WasmEdge/lib/llvm/compiler/context.cpp [] []
/src/WasmEdge/lib/host/wasi/linux.h [] []
/src/WasmEdge/lib/vm/vm.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/validator/component_name.h [] []
/src/WasmEdge/lib/executor/engine/engine.cpp [] []
/src/WasmEdge/include/common/spare_enum_map.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_onnx.cpp [] []
/src/WasmEdge/include/host/mock/wasi_nn_func.h [] []
/src/WasmEdge/lib/plugin/wasi_logging/module.cpp [] []
/src/WasmEdge/plugins/wasi_nn/GGML/utils.cpp [] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_env.h [] []
/src/WasmEdge/plugins/wasmedge_ocr/ocr_func.h [] []
/src/WasmEdge/lib/loader/ast/component/component_import.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/ecdsa.cpp [] []
/src/WasmEdge/thirdparty/blake3/blake3.c [] []
/src/WasmEdge/lib/llvm/data.h [] []
/src/WasmEdge/test/plugins/wasi_crypto/helper.h [] []
/src/WasmEdge/lib/host/wasi/clock-macos.cpp [] []
/src/WasmEdge/thirdparty/blake3/blake3_avx2.c [] []
/src/WasmEdge/include/host/mock/wasi_logging_func.h [] []
/src/WasmEdge/include/plugin/wasi_logging/base.h [] []
/src/WasmEdge/include/llvm/lazyjit.h [] []
/src/WasmEdge/examples/embed_cxx/script/fibonacci.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/transformer.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avdevice/module.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/module.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_tensorflow_func.h [] []
/src/WasmEdge/plugins/wasi_crypto/kx/dh/x25519.h [] []
/src/WasmEdge/include/driver/tool.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_env.cpp [] []
/src/WasmEdge/lib/executor/instantiate/import.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-attach-bpf-program.cpp [] []
/src/WasmEdge/test/plugins/wasm_bpf/wasm_bpf.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_chattts.cpp [] []
/src/WasmEdge/include/po/option.h [] []
/src/WasmEdge/include/ast/instruction.h ['tools/fuzz/tool.cpp'] ['tools/fuzz/tool.cpp']
/src/WasmEdge/test/expected/constructors.cpp [] []
/src/WasmEdge/thirdparty/blake3/blake3_sse2.c [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/base.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinntypes.h [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/publickey.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/evp_wrapper.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/vlm_sampling.cpp [] []
/src/WasmEdge/examples/capi/unix_domain_socket/wrapper.h [] []
/src/WasmEdge/include/host/mock/wasi_crypto_func.h [] []
/src/WasmEdge/plugins/wasmedge_zlib/zlibmodule.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-load-bpf-object.h [] []
/src/WasmEdge/plugins/wasi_poll/module.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/aeads.cpp [] []
/src/WasmEdge/tools/wasmedge/wasmedgec.cpp [] []
/src/WasmEdge/plugins/wasmedge_ocr/ocr_env.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/quantized.h [] []
/src/WasmEdge/include/ast/component/type.h [] []
/src/WasmEdge/plugins/wasi_nn/GGML/tts/tts_core.cpp [] []
/src/WasmEdge/plugins/wasmedge_image/image_module.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/converter.h [] []
/src/WasmEdge/include/loader/filemgr.h ['tools/fuzz/component.cpp'] []
/src/WasmEdge/include/ast/section.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/normalization.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinnbase.h [] []
/src/WasmEdge/test/plugins/wasi_crypto/common.cpp [] []
/src/WasmEdge/include/llvm/codegen.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/transformer.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_sort.cpp [] []
/src/WasmEdge/lib/llvm/compiler.cpp ['tools/fuzz/tool.cpp'] ['tools/fuzz/tool.cpp']
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/module.cpp [] []
/src/WasmEdge/lib/loader/ast/section.cpp ['tools/fuzz/component.cpp'] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/positional_encoding.cpp [] []
/src/WasmEdge/plugins/wasmedge_zlib/zlibfunc.h [] []
/src/WasmEdge/include/host/mock/wasmedge_process_module.h [] []
/src/WasmEdge/plugins/wasi_http/env.cpp [] []
/src/WasmEdge/lib/llvm/compiler/refInstr.cpp [] []
/src/WasmEdge/lib/loader/ast/module.cpp ['tools/fuzz/component.cpp'] []
/src/WasmEdge/lib/loader/serialize/serial_description.cpp [] []
/src/WasmEdge/test/expected/swap.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/quantized.cpp [] []
/src/WasmEdge/plugins/wasi_nn/GGML/metadata/metadata_parser.h [] []
/src/WasmEdge/include/loader/aot_section.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_tf.cpp [] []
/src/WasmEdge/plugins/wasi_nn/GGML/metadata/metadata_parser.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_instance.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/kx/func.cpp [] []
/src/WasmEdge/plugins/wasmedge_image/image_func.cpp [] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_module.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-buffer-poll.cpp [] []
/src/WasmEdge/include/vm/vm.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_func.cpp [] []
/src/WasmEdge/include/validator/component_context.h [] []
/src/WasmEdge/examples/capi/mandelbrot-set-in-threads/mandelbrot.c [] []
/src/WasmEdge/include/common/statistics.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/normalization.h [] []
/src/WasmEdge/lib/validator/component_context.cpp [] []
/src/WasmEdge/include/ast/component/start.h [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/ecdsa.h [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/options.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_whisper.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_openvino.h [] []
/src/WasmEdge/test/host/socket/wasi_socket.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/test/api/APIUnitTest.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/kx/options.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/error.cpp [] []
/src/WasmEdge/lib/executor/engine/variableInstr.cpp [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_func.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/convolution.cpp [] []
/src/WasmEdge/test/api/APIAOTCoreTest.cpp [] []
/src/WasmEdge/include/plugin/wasi_logging/env.h [] []
/src/WasmEdge/include/runtime/callingframe.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_func.cpp [] []
/src/WasmEdge/lib/executor/instantiate/component/component_alias.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_ggml_log.h [] []
/src/WasmEdge/include/host/mock/wasmedge_stablediffusion_func.h [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/verificationstate.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/rsa.cpp [] []
/src/WasmEdge/include/runtime/stackmgr.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/tag.h [] []
/src/WasmEdge/plugins/wasi_http/func.h [] []
/src/WasmEdge/test/expected/catch.hpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp', 'tools/fuzz/po.cpp'] ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp', 'tools/fuzz/po.cpp']
/src/WasmEdge/include/common/errinfo.h [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-map-operate.cpp [] []
/src/WasmEdge/test/plugins/unittest/unittest_c.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_tensorflow_module.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_func.h [] []
/src/WasmEdge/tools/fuzz/po.cpp ['tools/fuzz/po.cpp'] ['tools/fuzz/po.cpp']
/src/WasmEdge/plugins/wasi_crypto/utils/handles_manager.h [] []
/src/WasmEdge/include/ast/type.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/llvm/jit.h [] []
/src/WasmEdge/include/runtime/instance/function.h [] []
/src/WasmEdge/plugins/wasi_poll/base.h [] []
/src/WasmEdge/thirdparty/blake3/blake3_portable.c [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_bitnet.cpp [] []
/src/WasmEdge/thirdparty/blake3/blake3_impl.h [] []
/src/WasmEdge/plugins/wasi_crypto/kx/dh/x25519.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/embedding.h [] []
/src/WasmEdge/test/expected/bases.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/rsa.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/module.cpp [] []
/src/WasmEdge/plugins/wasmedge_process/processfunc.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/llm/transformer.h [] []
/src/WasmEdge/tools/fuzz/component.cpp ['tools/fuzz/component.cpp'] ['tools/fuzz/component.cpp']
/src/WasmEdge/include/po/subcommand.h [] []
/src/WasmEdge/include/ast/component/component.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/module.cpp [] []
/src/WasmEdge/lib/driver/compilerTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_http/base.h [] []
/src/WasmEdge/include/common/async.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_nn/wasinn_onnx.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_bitnet.h [] []
/src/WasmEdge/lib/llvm/compiler/vectorInstr.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/swscale/module.cpp [] []
/src/WasmEdge/lib/loader/serialize/serial_segment.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/linear.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/hostfunction.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_openvino.cpp [] []
/src/WasmEdge/include/system/winapi.h [] []
/src/WasmEdge/lib/loader/serialize/serial_expression.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/embedding.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/utils.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/host/wasi/vinode.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinnfunc.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_base.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_openvino_genai.cpp [] []
/src/WasmEdge/include/host/wasi/environ.h [] []
/src/WasmEdge/lib/executor/instantiate/data.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/util.h [] []
/src/WasmEdge/lib/common/hexstr.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/module.h [] []
/src/WasmEdge/include/host/wasi/error.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/thirdparty/blake3/blake3_sse41.c [] []
/src/WasmEdge/lib/validator/formchecker.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/avformat_func.cpp [] []
/src/WasmEdge/plugins/wasmedge_image/image_module.cpp [] []
/src/WasmEdge/lib/executor/engine/controlInstr.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/kx/kx.cpp [] []
/src/WasmEdge/lib/host/wasi/inode-win.cpp [] []
/src/WasmEdge/lib/system/allocator.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_neuralspeed.h [] []
/src/WasmEdge/plugins/wasmedge_process/processmodule.cpp [] []
/src/WasmEdge/plugins/wasmedge_image/image_func.h [] []
/src/WasmEdge/include/ast/component/declarator.h [] []
/src/WasmEdge/plugins/wasmedge_process/processbase.h [] []
/src/WasmEdge/include/po/error.h [] []
/src/WasmEdge/lib/host/wasi/environ.cpp [] []
/src/WasmEdge/include/common/int128.h ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp', 'tools/fuzz/po.cpp'] []
/src/WasmEdge/lib/host/wasi/macos.h [] []
/src/WasmEdge/test/loader/serializeModuleTest.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/common/array_output.cpp [] []
/src/WasmEdge/lib/loader/ast/instruction.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/linear.h [] []
/src/WasmEdge/lib/loader/serialize/serial_section.cpp [] []
/src/WasmEdge/test/plugins/wasmedge_ffmpeg/utils.h [] []
/src/WasmEdge/include/common/expected.h [] []
/src/WasmEdge/lib/driver/wasiNNRPCServerTool.cpp [] []
/src/WasmEdge/thirdparty/blake3/blake3_neon.c [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/transformer.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_start.cpp [] []
/src/WasmEdge/test/plugins/wasi_nn/wasi_nn.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-close-bpf-object.cpp [] []
/src/WasmEdge/include/ast/component/canonical.h [] []
/src/WasmEdge/plugins/wasi_crypto/kx/dh/ecdsa.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_stablediffusion_module.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/activations.cpp [] []
/src/WasmEdge/include/executor/executor.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/system/stacktrace.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/ffmpeg_env.h [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/keypair.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/swresample/swresample_func.cpp [] []
/src/WasmEdge/lib/llvm/compiler/numericInstr.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_torch.h [] []
/src/WasmEdge/plugins/wasmedge_process/processenv.cpp [] []
/src/WasmEdge/test/loader/serializeExpressionTest.cpp [] []
/src/WasmEdge/lib/validator/component_name.cpp [] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_env.h [] []
/src/WasmEdge/include/common/configure.h ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/test/mixcall/mixcallTest.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/avformatContext.cpp [] []
/src/WasmEdge/test/expected/noexcept.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/util.cpp [] []
/src/WasmEdge/include/host/wasi/wasibase.h [] []
/src/WasmEdge/include/runtime/instance/array.h [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/ctx.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/signstate.cpp [] []
/src/WasmEdge/lib/loader/filemgr.cpp ['tools/fuzz/component.cpp'] []
/src/WasmEdge/lib/po/argument_parser.cpp [] []
/src/WasmEdge/include/runtime/hostfunc.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/utils.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/aeads.h [] []
/src/WasmEdge/test/instance/ModuleInstanceTest.cpp [] []
/src/WasmEdge/include/llvm/data.h [] []
/src/WasmEdge/test/loader/typeTest.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/state.h [] []
/src/WasmEdge/lib/loader/ast/component/component_descriptor.cpp [] []
/src/WasmEdge/include/po/parser.h [] []
/src/WasmEdge/lib/llvm/compiler/threadInstr.cpp [] []
/src/WasmEdge/plugins/wasmedge_zlib/zlibmodule.h [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/hash.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/llm/transformer.cpp [] []
/src/WasmEdge/lib/driver/parseTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/thirdparty/blake3/blake3_avx512.c [] []
/src/WasmEdge/include/common/roundeven.h [] []
/src/WasmEdge/lib/driver/uniTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/host/mock/log.h [] []
/src/WasmEdge/plugins/wasmedge_ocr/ocr_func.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/avRational.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_valtype.cpp [] []
/src/WasmEdge/test/plugins/wasi_nn/resource_table_test.cpp [] []
/src/WasmEdge/lib/driver/fuzzPO.cpp ['tools/fuzz/po.cpp'] []
/src/WasmEdge/lib/host/wasi/inode-linux.cpp [] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_func.cpp [] []
/src/WasmEdge/lib/loader/loader.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/signatures/eddsa.cpp [] []
/src/WasmEdge/plugins/wasi_poll/env.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-map-operate.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinnmodule.cpp [] []
/src/WasmEdge/plugins/wasi_nn/resource_table.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/thread/mt19937.c [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper_transcribe.cpp [] []
/src/WasmEdge/lib/driver/toolConfig.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/plugins/wasmedge_zlib/wasmedge_zlib.cpp [] []
/src/WasmEdge/lib/loader/aot_section.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/convolution.h [] []
/src/WasmEdge/plugins/wasi_poll/func.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_tfl.cpp [] []
/src/WasmEdge/lib/driver/fuzzTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/api/APIAOTNestedVMTest.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/common/endian.h [] []
/src/WasmEdge/include/common/executable.h [] []
/src/WasmEdge/lib/executor/engine/tableInstr.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-map-fd-by-name.cpp [] []
/src/WasmEdge/test/loader/serializeTypeTest.cpp [] []
/src/WasmEdge/include/ast/module.h ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/ecdsa.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/gemma3/vision.cpp [] []
/src/WasmEdge/include/ast/component/instance.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_openvino_genai.h [] []
/src/WasmEdge/include/ast/description.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_module.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/avCodec.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/state.cpp [] []
/src/WasmEdge/lib/executor/coredump.cpp [] []
/src/WasmEdge/include/validator/formchecker.h [] []
/src/WasmEdge/lib/executor/engine/threadInstr.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/hostfunction.h [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/func.cpp [] []
/src/WasmEdge/lib/llvm/llvm.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/loader/serialize.h [] []
/src/WasmEdge/test/expected/issues.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/lib/driver/instantiateTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/signatures/module.cpp [] []
/src/WasmEdge/include/runtime/instance/data.h [] []
/src/WasmEdge/lib/llvm/compiler/function_compiler.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/avcodec_func.cpp [] []
/src/WasmEdge/lib/aot/cache.cpp [] []
/src/WasmEdge/lib/plugin/wasi_logging/func.cpp [] []
/src/WasmEdge/test/executor/ExecutorRegressionTest.cpp [] []
/src/WasmEdge/test/plugins/wasm_bpf/assets/bpf-sources/simple_map.bpf.c [] []
/src/WasmEdge/lib/loader/serialize/serial_module.cpp [] []
/src/WasmEdge/plugins/wasi_nn/GGML/core/output_generator.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_chattts.h [] []
/src/WasmEdge/plugins/wasi_crypto/utils/secret_vec.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/base.cpp [] []
/src/WasmEdge/examples/embed_cxx/main.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_opencvmini/opencvmini_module.cpp [] []
/src/WasmEdge/plugins/wasmedge_zlib/zlibbase.h [] []
/src/WasmEdge/lib/host/wasi/win.h [] []
/src/WasmEdge/lib/llvm/compiler/memoryInstr.cpp [] []
/src/WasmEdge/include/runtime/instance/elem.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/gemma3/language.cpp [] []
/src/WasmEdge/plugins/wasi_poll/func.h [] []
/src/WasmEdge/include/runtime/instance/exception.h [] []
/src/WasmEdge/test/host/wasi/vfs_io.cpp [] []
/src/WasmEdge/lib/llvm/codegen.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/spec/hostfunc.h [] []
/src/WasmEdge/include/host/wasi/inode.h ['tools/fuzz/component.cpp'] []
/src/WasmEdge/test/api/helper.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_torch.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/kx/module.cpp [] []
/src/WasmEdge/lib/executor/helper.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-load-bpf-object.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/bindings.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/converter.cpp [] []
/src/WasmEdge/lib/loader/ast/expression.cpp [] []
/src/WasmEdge/lib/driver/validateTool.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/examples/android/app/lib/src/main/cpp/wasmedge_lib.cpp [] []
/src/WasmEdge/include/common/hash.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_mlx.h [] []
/src/WasmEdge/include/host/wasi/vfs_io.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/vlm_base.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/common/options.cpp [] []
/src/WasmEdge/include/runtime/instance/reflifetime.h [] []
/src/WasmEdge/lib/system/fault.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/wasm-bpf-module.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/ctx.cpp [] []
/src/WasmEdge/include/loader/loader.h ['tools/fuzz/component.cpp'] []
/src/WasmEdge/include/host/mock/wasmedge_image_module.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/positional_encoding.h [] []
/src/WasmEdge/lib/common/spdlog.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/include/po/list.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/avPacket.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avfilter/buffer_source_sink.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_tf.h [] []
/src/WasmEdge/lib/api/wasmedge_compat.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/avTime.cpp [] []
/src/WasmEdge/plugins/wasmedge_image/image_base.h [] []
/src/WasmEdge/plugins/wasm_bpf/func-bpf-map-fd-by-name.h [] []
/src/WasmEdge/test/plugins/unittest/testplugin.h [] []
/src/WasmEdge/plugins/wasi_nn/GGML/core/ggml_core.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/func.cpp [] []
/src/WasmEdge/test/spec/spectest.cpp [] []
/src/WasmEdge/include/common/errcode.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/host/wasi/environ-win.cpp [] []
/src/WasmEdge/lib/host/wasi/wasifunc.cpp [] []
/src/WasmEdge/lib/loader/serialize/serial_type.cpp [] []
/src/WasmEdge/lib/executor/executor.cpp [] []
/src/WasmEdge/include/common/types.h [] []
/src/WasmEdge/examples/plugin/get-string/getstring.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/externref/ExternrefTest.cpp [] []
/src/WasmEdge/examples/capi/host_functions/parse_json/host_function.c [] []
/src/WasmEdge/include/ast/component/import.h [] []
/src/WasmEdge/include/runtime/instance/memory.h ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/lib/api/wasmedge.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/po.cpp'] ['tools/fuzz/tool.cpp', 'tools/fuzz/po.cpp']
/src/WasmEdge/plugins/wasmedge_tensorflowlite/tensorflowlite_func.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/mac.h [] []
/src/WasmEdge/plugins/wasm_bpf/bpf-api.h [] []
/src/WasmEdge/include/runtime/instance/tag.h [] []
/src/WasmEdge/test/common/hashTest.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/hash.cpp [] []
/src/WasmEdge/include/executor/engine/simd_ops.h [] []
/src/WasmEdge/include/host/mock/wasi_logging_module.h [] []
/src/WasmEdge/test/spec/spectest.h [] []
/src/WasmEdge/include/ast/component/export.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/gemma3/language.h [] []
/src/WasmEdge/lib/llvm/data.cpp [] []
/src/WasmEdge/lib/system/mmap.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/avInputOutputFormat.cpp [] []
/src/WasmEdge/include/host/wasi/wasimodule.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/llm/registry.cpp [] []
/src/WasmEdge/include/driver/wasi_nn_rpc/wasi_nn_rpcserver/wasi_nn_rpcserver.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/prompt/prompt.h [] []
/src/WasmEdge/plugins/wasi_nn/wasinnenv.cpp [] []
/src/WasmEdge/include/driver/options.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/executor/engine/memoryInstr.cpp [] []
/src/WasmEdge/lib/host/wasi/wasimodule.cpp [] []
/src/WasmEdge/plugins/wasi_http/module.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/eddsa.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper/whisper.cpp [] []
/src/WasmEdge/lib/validator/validator.cpp [] []
/src/WasmEdge/include/po/argument_parser.h ['tools/fuzz/tool.cpp', 'tools/fuzz/po.cpp'] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/samplefmt.cpp [] []
/src/WasmEdge/plugins/wasmedge_stablediffusion/sd_env.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/secretkey.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_canonical.cpp [] []
/src/WasmEdge/include/host/wasi/wasifunc.h [] []
/src/WasmEdge/include/ast/component/descriptor.h [] []
/src/WasmEdge/include/experimental/scope.hpp [] []
/src/WasmEdge/test/plugins/wasi_crypto/aeads.cpp [] []
/src/WasmEdge/include/ast/component/valtype.h [] []
/src/WasmEdge/plugins/wasi_nn/MLX/model/vlm_base.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/avChapter.cpp [] []
/src/WasmEdge/lib/llvm/compiler/function_compiler.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasi_crypto/signatures/ctx.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/utils/optional.h [] []
/src/WasmEdge/include/common/dense_enum_map.h [] []
/src/WasmEdge/test/plugins/wasm_bpf/assets/bpf-sources/simple_ringbuf.bpf.c [] []
/src/WasmEdge/lib/system/path.cpp [] []
/src/WasmEdge/include/runtime/instance/struct.h [] []
/src/WasmEdge/include/plugin/plugin.h [] []
/src/WasmEdge/include/common/symbol.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/avCodecParameters.cpp [] []
/src/WasmEdge/lib/loader/ast/type.cpp [] []
/src/WasmEdge/thirdparty/wasi/api.hpp [] []
/src/WasmEdge/include/ast/expression.h [] []
/src/WasmEdge/lib/executor/engine/proxy.cpp [] []
/src/WasmEdge/plugins/wasi_crypto/common/ctx.cpp [] []
/src/WasmEdge/plugins/wasi_nn/wasinn_piper.cpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/test/expected/assignment.cpp [] []
/src/WasmEdge/include/runtime/instance/component/hostfunc.h [] []
/src/WasmEdge/plugins/wasi_crypto/signatures/signatures.cpp [] []
/src/WasmEdge/plugins/wasmedge_ocr/ocr_base.h [] []
/src/WasmEdge/test/plugins/wasmedge_ffmpeg/utils.cpp [] []
/src/WasmEdge/test/llvm/LazyJITTest.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_image_func.h [] []
/src/WasmEdge/test/component/ComponentLoaderTest.cpp [] []
/src/WasmEdge/test/executor/ExecutorTest.cpp [] []
/src/WasmEdge/include/common/timer.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/swresample/module.cpp [] []
/src/WasmEdge/include/experimental/expected.hpp ['tools/fuzz/tool.cpp', 'tools/fuzz/component.cpp'] []
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/pooling.cpp [] []
/src/WasmEdge/include/host/mock/wasmedge_process_func.h [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avfilter/module.cpp [] []
/src/WasmEdge/lib/loader/ast/component/component_declarator.cpp [] []
/src/WasmEdge/include/runtime/instance/component/component.h ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/test/loader/serializeDescriptionTest.cpp [] []
/src/WasmEdge/plugins/wasmedge_zlib/zlibfunc.cpp [] []
/src/WasmEdge/plugins/wasm_bpf/func-close-bpf-object.h [] []
/src/WasmEdge/test/plugins/wasi_crypto/helper.cpp [] []
/src/WasmEdge/include/system/fault.h [] []
/src/WasmEdge/include/ast/component/section.h [] []
/src/WasmEdge/test/vm/VMTest.cpp [] []
/src/WasmEdge/plugins/wasi_nn/MLX/prompt/prompt.cpp [] []
/src/WasmEdge/lib/host/wasi/vfs_io.cpp [] []
/src/WasmEdge/include/host/mock/wasi_nn_module.h [] []
/src/WasmEdge/test/plugins/wasmedge_ffmpeg/avcodec/avCodecCtx.cpp [] []
/src/WasmEdge/examples/plugin/wasmedge-zlib/main.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/pixfmt.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avfilter/avfilter_func.cpp [] []
/src/WasmEdge/tools/fuzz/tool.cpp ['tools/fuzz/tool.cpp'] ['tools/fuzz/tool.cpp']
/src/WasmEdge/lib/llvm/jit.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/avDictionary.cpp [] []
/src/WasmEdge/test/plugins/unittest/testplugin.c [] []
/src/WasmEdge/plugins/wasi_crypto/symmetric/mac.cpp [] []
/src/WasmEdge/include/runtime/instance/composite.h [] []
/src/WasmEdge/plugins/wasmedge_tensorflow/tensorflow_module.cpp [] []
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/avutil_func.cpp [] []
/src/WasmEdge/lib/plugin/plugin.cpp ['tools/fuzz/tool.cpp'] []
/src/WasmEdge/lib/loader/serialize/serial_instruction.cpp [] []

Directories in report

Directory
/src/WasmEdge/plugins/wasi_nn/MLX/prompt/
/src/WasmEdge/plugins/wasmedge_ffmpeg/avdevice/
/src/WasmEdge/test/plugins/wasmedge_ffmpeg/
/src/WasmEdge/plugins/wasmedge_ffmpeg/swresample/
/src/WasmEdge/examples/plugin/wasmedge-zlib/
/src/WasmEdge/lib/api/
/src/WasmEdge/include/host/wasi/
/src/WasmEdge/plugins/wasi_crypto/asymmetric_common/
/src/WasmEdge/test/thread/
/src/WasmEdge/examples/embed_cxx/script/
/src/WasmEdge/plugins/wasi_http/
/src/WasmEdge/test/po/
/src/WasmEdge/include/validator/
/src/WasmEdge/test/component/
/src/WasmEdge/tools/wasmedge/
/src/WasmEdge/plugins/wasi_crypto/
/src/WasmEdge/plugins/wasi_nn/GGML/tts/
/src/WasmEdge/include/driver/wasi_nn_rpc/wasi_nn_rpcserver/
/src/WasmEdge/plugins/wasmedge_opencvmini/
/src/WasmEdge/test/mixcall/
/src/WasmEdge/include/runtime/instance/component/
/src/WasmEdge/test/plugins/wasmedge_zlib/
/src/WasmEdge/plugins/wasmedge_tensorflow/
/src/WasmEdge/plugins/wasmedge_ocr/
/src/WasmEdge/plugins/wasi_nn/MLX/model/whisper/
/src/WasmEdge/test/instance/
/src/WasmEdge/plugins/wasi_poll/
/src/WasmEdge/test/driver/
/src/WasmEdge/lib/executor/
/src/WasmEdge/include/runtime/
/src/WasmEdge/include/common/
/src/WasmEdge/test/plugins/wasi_nn/
/src/WasmEdge/lib/executor/instantiate/
/src/WasmEdge/examples/capi/host_functions/parse_json/
/src/WasmEdge/lib/executor/engine/
/src/WasmEdge/plugins/wasi_nn/
/src/WasmEdge/test/plugins/wasmedge_ffmpeg/avcodec/
/src/WasmEdge/lib/host/wasi/
/src/WasmEdge/thirdparty/wasi/
/src/WasmEdge/lib/common/
/src/WasmEdge/test/plugins/wasi_crypto/
/src/WasmEdge/test/loader/
/src/WasmEdge/test/host/socket/
/src/WasmEdge/test/plugins/wasm_bpf/
/src/WasmEdge/include/executor/engine/
/src/WasmEdge/test/vm/
/src/WasmEdge/lib/loader/serialize/
/src/WasmEdge/test/host/wasi/
/src/WasmEdge/lib/aot/
/src/WasmEdge/plugins/wasmedge_ffmpeg/avfilter/
/src/WasmEdge/test/validator/
/src/WasmEdge/include/ast/component/
/src/WasmEdge/include/llvm/
/src/WasmEdge/plugins/wasmedge_image/
/src/WasmEdge/include/loader/
/src/WasmEdge/lib/loader/
/src/WasmEdge/test/api/
/src/WasmEdge/plugins/wasi_nn/MLX/model/gemma3/
/src/WasmEdge/lib/po/
/src/WasmEdge/include/runtime/instance/
/src/WasmEdge/thirdparty/blake3/
/src/WasmEdge/examples/embed_cxx/
/src/WasmEdge/include/driver/
/src/WasmEdge/lib/plugin/
/src/WasmEdge/include/po/
/src/WasmEdge/tools/fuzz/
/src/WasmEdge/test/plugins/wasm_bpf/assets/bpf-sources/
/src/WasmEdge/lib/llvm/compiler/
/src/WasmEdge/include/plugin/wasi_logging/
/src/WasmEdge/plugins/wasmedge_zlib/
/src/WasmEdge/plugins/wasi_nn/MLX/model/llm/
/src/WasmEdge/test/externref/
/src/WasmEdge/lib/validator/
/src/WasmEdge/test/plugins/unittest/
/src/WasmEdge/include/host/mock/
/src/WasmEdge/include/experimental/
/src/WasmEdge/include/system/
/src/WasmEdge/plugins/wasmedge_ffmpeg/avutil/
/src/WasmEdge/examples/android/app/lib/src/main/cpp/
/src/WasmEdge/lib/executor/instantiate/component/
/src/WasmEdge/test/llvm/
/src/WasmEdge/examples/capi/mandelbrot-set-in-threads/
/src/WasmEdge/plugins/wasmedge_ffmpeg/avformat/
/src/WasmEdge/plugins/wasi_nn/GGML/
/src/WasmEdge/plugins/wasi_crypto/common/
/src/WasmEdge/plugins/wasi_nn/GGML/core/
/src/WasmEdge/test/common/
/src/WasmEdge/include/plugin/
/src/WasmEdge/lib/vm/
/src/WasmEdge/test/executor/
/src/WasmEdge/plugins/wasi_crypto/signatures/
/src/WasmEdge/plugins/wasmedge_ffmpeg/
/src/WasmEdge/lib/loader/ast/
/src/WasmEdge/examples/capi/unix_domain_socket/
/src/WasmEdge/plugins/wasmedge_tensorflowlite/
/src/WasmEdge/lib/loader/ast/component/
/src/WasmEdge/plugins/wasi_crypto/kx/
/src/WasmEdge/plugins/wasm_bpf/
/src/WasmEdge/plugins/wasi_nn/MLX/mlx/
/src/WasmEdge/plugins/wasi_crypto/symmetric/
/src/WasmEdge/plugins/wasmedge_process/
/src/WasmEdge/plugins/wasmedge_ffmpeg/avcodec/
/src/WasmEdge/plugins/wasi_nn/GGML/compute/
/src/WasmEdge/include/vm/
/src/WasmEdge/plugins/wasmedge_ffmpeg/swscale/
/src/WasmEdge/lib/driver/
/src/WasmEdge/plugins/wasi_crypto/utils/
/src/WasmEdge/include/executor/
/src/WasmEdge/test/spec/
/src/WasmEdge/lib/system/
/src/WasmEdge/plugins/wasi_nn/MLX/model/
/src/WasmEdge/plugins/wasi_crypto/kx/dh/
/src/WasmEdge/plugins/wasmedge_stablediffusion/
/src/WasmEdge/examples/plugin/get-string/
/src/WasmEdge/lib/plugin/wasi_logging/
/src/WasmEdge/include/ast/
/src/WasmEdge/test/expected/
/src/WasmEdge/plugins/wasi_nn/GGML/metadata/
/src/WasmEdge/lib/llvm/