Command Palette

Search for a command to run...

thenotary/rust-terminal-app
Public
wasmer run thenotary/rust-terminal-app

Another Rust Terminal App

Testing Making Rust and Terminal work in "Raw Mode" where keystrokes are responded to immediately and don't require the user to press the enter key.

Creating Project

cargo init
# update src/main.rs
cargo add libc
# hard-code Cargo.toml to point to my fork's libc
cargo install cargo-wasix

Run Natively

cargo run

Run Wasmerly

cargo wasix run

Setup a Release

cargo wasix build --release
wasmer run .

This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds


Github
More packages
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds
Documentation for WASIX