An open API service indexing awesome lists of open source software.

https://github.com/nushell/demo

Experimental wasm-based Nu playground
https://github.com/nushell/demo

Last synced: 10 months ago
JSON representation

Experimental wasm-based Nu playground

Awesome Lists containing this project

README

          

# Nu wasm demo playground

[![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)

## ⬇️ Install `wasm-pack`

First step, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/).

## 🛠️ 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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/nushell/wasm-nu)