WLambda WASM Evaluator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Weird Constructor aaf7857fb2 Updated wasm to current wlambda 6 months ago
src wlambda 0.5.0-alpha 3 years ago
tests initial version 4 years ago
webdata Updated wasm to current wlambda 6 months ago
.appveyor.yml initial version 4 years ago
.cargo-ok initial version 4 years ago
.gitignore initial version 4 years ago
.travis.yml initial version 4 years ago
Cargo.toml Updated wasm to current wlambda 6 months ago
LICENSE_APACHE initial version 4 years ago
LICENSE_MIT initial version 4 years ago
README.md initial version 4 years ago
_BUILD.bat build on Linux 3 years ago
_build.sh updated wlambda version 3 years ago
main.wl initial version 4 years ago
util.wl initial version 4 years ago
web-wlambda-srv updated wlambda version 3 years ago
web-wlambda-srv.exe initial version 4 years ago

README.md

wasm-pack-template

A template for kick starting a Rust and WebAssembly project using wasm-pack.

Build Status

Tutorial | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

📚 Read this template tutorial! 📚

This template is designed for compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 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