How to run Wasm-postflop on macOS
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
rustup
for WebAssembly (Rust)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
node.js
for Vue (Typescript)CLICK 👉 Downloads node.js 👈
rustup install nightly
rustup +nightly component add rust-src
rustup target add wasm32-unknown-unknown
cargo install wasm-pack
npm install
npm run wasm
npm run build
npm run serve
npm run lint
npm run format