#3Awesome rsw

lencxlencx2022/03/24
  • rsw-rs - 🦞 wasm-pack based build tool
  • vite-plugin-rsw - πŸ¦€ wasm-pack plugin for Vite
  • learn-wasm - 🎲 Learning WebAssembly
  • create-mpl - ⚑️ Create a project in seconds!
    # npm 6.x
    npm init mpl@latest my-app --type wasm
    
    # npm 7+, extra double-dash is needed:
    npm init mpl@latest my-app -- --type wasm