
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
WASM Tools is a collection of useful tools for working with WASM and its accompanying text format, WAT, in JavaScript. The tools are based on esbuild and wabt.
npm install wasm-tools
wasm-to-js (alias wat-to-js)Convert a WASM or WAT module to a JavaScript module.
Usage: wasm-to-js [options] <input>
Arguments:
input the WASM or WAT module to convert to a JavaScript
module
Options:
-V, --version output the version number
-f, --format <format> the module format to use (choices: "esm", "cjs",
"iife", default: "esm")
-p, --platform <platform> the platform to bundle for (choices: "browser",
"node", "neutral", default: "browser")
-s, --sync synchronously load the WASM in the resulting
module
-m, --minify minify the the resulting module
-h, --help display help for command
wasm-to-watConvert a WASM module to a WAT module.
Usage: wasm-to-wat [options] <input>
Arguments:
input the WASM module to convert to a WAT module
Options:
-V, --version output the version number
-h, --help display help for command
wat-to-wasmConvert a WAT module to a WASM module.
Usage: wat-to-wasm [options] <input>
Arguments:
input the WAT module to convert to WASM module
Options:
-V, --version output the version number
-h, --help display help for command
FAQs
A collection of useful tools for working with WASM/WAT in JavaScript
The npm package wasm-tools receives a total of 28 weekly downloads. As such, wasm-tools popularity was classified as not popular.
We found that wasm-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.