wasm-optimizer

Community

Boost JS/TS performance with WASM.

AuthorUtakataKyosui
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill identifies performance bottlenecks in JavaScript/TypeScript code, particularly those involving heavy computations, and suggests optimizations by leveraging WebAssembly (WASM) or other high-performance libraries.

Core Features & Use Cases

  • Performance Bottleneck Detection: Analyzes code for patterns known to be slow in JS (e.g., nested loops, heavy image processing, complex parsing).
  • WASM Optimization Suggestions: Recommends specific WASM libraries (like wasm-vips, libsodium-wrappers, simd_json_wasm) as faster alternatives.
  • Use Case: You have a web application that processes large images client-side, and it's become sluggish. This Skill can analyze the image processing code and suggest replacing it with a WASM-based library like wasm-vips for a significant speedup.

Quick Start

Use the wasm-optimizer skill to analyze the performance of the image processing functions in './src/imageUtils.js'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: wasm-optimizer
Download link: https://github.com/UtakataKyosui/C2Lab/archive/main.zip#wasm-optimizer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.