Skip to content

shota-kizawa/mysql-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Wasm

Quickstart

cd packages/runtime && npx serve

Go to http://localhost:3000 and have fun!

Packages

This repo is split into three packages that build up the environment for running MySQL in the browser.

  • runtime: The v86 emulator that starts the buildroot image
  • Buildroot: Scripts to build the CPU and memory snapshot run by v86.

Acknowledgements

  • postgres-wasm is a PostgreSQL server instance running in a virtual machine running in the browser by Supabase & Snaplet.