Skip to content

Instantly share code, notes, and snippets.

View xubaiw's full-sized avatar

王虚白 xubaiw

  • ACEM, SJTU
  • Shanghai, China
View GitHub Profile
@xubaiw
xubaiw / README.md
Last active March 14, 2022 09:23
Brave IndexedDB Test

Steps to Run

  1. Clone this gist git clone https://gist.github.com/efa76a545a94571c6a98a5888ab673e8.git brave-indexeddb-test
  2. Change directory cd brave-indexeddb-test
  3. Run python3 -m http.server from terminal
  4. Open http://localhost:8000 in Brave.
  5. Open Developer Tools > Console
  6. See if there is error.
@xubaiw
xubaiw / gist:75bcca3aff25d3ff5c2d9b3717806023
Last active February 3, 2021 02:19
To embed rust cdylib into Xcode App

use install_name_tool in custom build script phase before embeding:

install_name_tool -id @rpath/libname.dylib path/to/lib