This little example shows how to build a firefox extension using Yew and wasm-pack.
When building for the first time, ensure to install dependencies first.
yarn install
yarn run build
yarn run start:dev
yarn run web-ext
This example was based on yew-wasm-pack-minimal and yew-wasm-pack-template.