A example to run tokio in browser. Used a forked utooland/tokio which spawns web worker for multi threads runtime, and a file system tokio-fs-ext based on OPFS. Steps to run:
## install nodejs
npm install
## install rust
npm run install-toolchain
npm run dev
npm run start
Now, tokio::task::spawn_blocking not worked.