Skip to content

Xila-Project/WASM_application_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust WASM application template

This is a template for a Rust WASM application. It uses wasm-wasi32 as the target.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Latest version of Rust and Cargo.
  • wasm32-wasi target:
rustup target add wasm32-wasi
  • wasi extension for cargo:
cargo install cargo-wasi
  • wasmtime runtime:
curl https://wasmtime.dev/install.sh -sSf | bash

Usage

To build the application, run the following command followed by the desired build options:

cargo wasi ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages