Skip to content

Commit 5c1c72b

Browse files
committed
improved documentation
1 parent 685f52e commit 5c1c72b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.0+2
2+
- Updated README.md with information about github repository containing the C bridge used on
3+
Windows and Linux
4+
15
# 0.4.0+1
26
- Updated README.md
37
# 0.4.0+0

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This library also allows to call xhr and fetch on Javascript through Dart Http c
2727

2828

2929
![](doc/flutter_js.png)
30+
Flutter JS on Mobile
31+
32+
![](doc/macos-capture.png)
33+
Flutter JS on Desktop
3034

3135

3236
## Features:
@@ -293,6 +297,14 @@ To enable http calls, add this to your files:
293297
```
294298

295299

296-
## Windows
300+
## Windows and Linux
301+
302+
The C wrapper library is hosted on this github repository: https://github.com/abner/quickjs-c-bridge
303+
304+
We just separated the code to allow build it and in this repository we have only the released shared library, so each application using the flutter_js does not need to keep recompiling it all the time
305+
306+
## QuickJs Android shared libraries
307+
308+
The library wrapper, both QuickJS and JavascriptCore, are also compiled in a separated repository: https://github.com/fast-development/android-js-runtimes
297309

298-
## Linux
310+
With the library being compiled and published to jitpack, applications using the wrappers, through flutter_js does not need to compile the shared library using Android NDK.
File renamed without changes.

0 commit comments

Comments
 (0)