/bl-rs

Primary LanguageRust

bl-rs

my Rust playground

command

wasm

  • link pkg to fonrtend app

    ln -sfT ../../../bl-kit/src/wasm/${correspond-wasm}/ pkg
  • keep rebuilding wasm-file

    fswatch -o -r ./src | xargs -I\{\} wasm-pack build --target web