Skip to content

DrSensor/example-vue-component-rust

Repository files navigation

example-vue-component-rust

blog post

Setup

install and setup rust toolchain first

rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install wasm-gc

then

git clone git@github.com:DrSensor/example-vue-component-rust.git
yarn install

Run

yarn serve --open

Build

yarn build

the result are in ./dist directory

License

MIT

About

example of how to mix Rust code compiled as WebAssembly with Vue

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published