Skip to content

TheFlash98/wasm-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WASM World

A rust environment to run wasm code (right now compiled from rust).

Creating the WASM build:

cd wasm-env
rustup target add wasm32-unknown-unknown
cargo build --target=wasm32-unknown-unknown --release

Interacting with the WASM:

cd wasmtime_test
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published