@tharindusathis/nushell
v0.44.4-a2
Published
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nushell/wasm-nu)
Downloads
13
Readme
Nu wasm demo playground
⬇️ Install wasm-pack
First step, install wasm-pack.
🛠️ Build with wasm-pack build
wasm-pack build
If dependencies changed, run cargo update
before running the above again.
🚴 Run the example:
cd www
npm install
npm start
(in a browser: ) open "http://localhost:8080"
Contributing
Open it in Gitpod! Everything should be compiled and ready to go!