Add wasm-mutator-fuzz test (#3420)

This commit is contained in:
Zhang, Yi
2024-05-21 12:01:13 +08:00
committed by GitHub
parent 33aada2133
commit a2f3c7298f
34 changed files with 6621 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WAMR fuzzing test system</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>