Skip to content

hugojosefson/cursive_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cursive-wasm

An attempt to make the Rust TUI library cursive available to consumers of WebAssembly (WASM).

There is no backend included, so you will need to implement your own, for the WASM runtime you use. I plan to do that for Deno.

Prerequisites

Rust

Install the latest version from rustup.rs.

I haven't checked if it works with older versions.

Deno

Install the latest version from deno.land.

make

build

Build the WASM module.

make

Find the WASM module in pkg/.

run

Build and run the WASM module in Deno.

make run

TODO

About

Make Rust TUI library cursive available to consumers of WebAssembly (WASM).

Topics

Resources

License

Stars

Watchers

Forks