Skip to content

nushell/demo

Repository files navigation

Nu wasm demo playground

Gitpod Ready-to-Code

⬇️ 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!

Open in Gitpod