Skip to content

Commit 8028422

Browse files
committed
compiling instruction
1 parent ec47b34 commit 8028422

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,14 @@ And you should see the output to the query `select * from mytable`.
170170
```
171171

172172
The full code of this example is in [example/](./example/).
173+
174+
## Compiling
175+
176+
To compile this project (only needed if you want to modify the library itself), make sure you have emscripten, then first compile sql.js, then sql.js-httpvfs:
177+
178+
```
179+
cd sql.js
180+
yarn build
181+
cd ..
182+
yarn build
183+
```

0 commit comments

Comments
 (0)