Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-wasm-rust Build Status

Extremely simple example of using functions written in Rust from JS via WebAssembly. This is pure Rust and pure wasm, no frameworks or "glue" JS files. As currently WASM understands only numeric types, operations are performed on numbers.

How to run

  1. Make sure you have Rust and wasm32-unknown-unknown toolchain
  2. Run build.sh
  3. Run index.html from browser that supports running wasm from filesystem (Firefox) or serve index.html and wasm file from some simple server.

About

Extremely simple example of using functions written in Rust from JS via WebAssembly

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages