Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 606 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 606 Bytes

WASM FFI for Indy Besu VDR

Requirements

Build

NodeJS bindings

wasm-pack build --target=nodejs

WASM (consumed in browser without bundler usage) bindings

wasm-pack build --target=web

Bindings to use with webpack

wasm-pack build

Run demo

NodeJS demo

  • Build NodeJS bindings from wasm directory
    wasm-pack build --target=nodejs
    
  • Install dependencies
    cd demo/node
    yarn install
    
  • Run demo
    yarn start