Skip to content

A simple no-cost wrapper for the web_sys crate to get auto-completes from IDE

License

Notifications You must be signed in to change notification settings

wasmly/web-butter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io Documentation MIT

web-butter

A simple no-cost wrapper for the web_sys crate to get auto-completes from IDE.

Docs

Install

Add this to your Cargo.toml file:

[dependencies]
web-butter = "1.0.0"

Example

use web_butter;

fn main() {
  println!("{}", web_butter::add(2, 3));
}

Contributing

Your PRs and suggestions are always welcome.

Releases

No releases published

Packages

No packages published

Languages