Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

simple-excel-writer-wasm

fpoljcic8MIT OR Apache-2.00.1.6TypeScript support: included

This is an adaption of a Rust crate for Wasm, the project is used for research purposes. The original Rust project can be found here

readme

About

This is an adaption of a Rust crate for Wasm, the project is used for research purposes. The original Rust project can be found here

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

🔋 Batteries Included