cmichi / wasm-opt

Wasm-opt CLI for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wasm-opt

After installing this package, you can use wasm-opt in your project.

About wasm-opt

Install

Global installation:

npm i wasm-opt -g

Installation in the project:

npm i wasm-opt

Usage

wasm-opt -Os index_bg.wasm -o index.wasm

Changelog

1.39.1

  • Keeped 1.39.1 version for downloading

1.1.0

  • Added linux and macOs support

1.0.0

  • Release

About

Wasm-opt CLI for nodejs

License:MIT License


Languages

Language:JavaScript 100.0%