Skip to content

Instantly share code, notes, and snippets.

@serid
Created April 17, 2025 10:35
Show Gist options
  • Save serid/685743ef526d5fc81b41e7102b3a0b71 to your computer and use it in GitHub Desktop.
Save serid/685743ef526d5fc81b41e7102b3a0b71 to your computer and use it in GitHub Desktop.
A JavaScript to benchmark WASM module linking performance
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color:black">
<script src="wasm-link-benchmark.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment