Skip to content

krittindev/how-to-run-wasm-postflop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

How to run Wasm-postflop on macOS

1. Clone Project

change YOUR_LOCAL_DEV_PATH to your local development folder path

cd YOUR_LOCAL_DEV_PATH
git clone https://github.com/b-inary/wasm-postflop.git

2. Install Package Managers

rustup for WebAssembly (Rust)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

node.js for Vue (Typescript)

CLICK 👉 Downloads node.js 👈

3. Prerequisites

rustup install nightly
rustup +nightly component add rust-src
rustup target add wasm32-unknown-unknown
cargo install wasm-pack
npm install

4. Build

npm run wasm
npm run build

5. Serve

npm run serve

Lint/Format (Optional)

npm run lint
npm run format

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published