summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.emscripten15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README.emscripten b/doc/README.emscripten
new file mode 100644
index 00000000..c869f19a
--- /dev/null
+++ b/doc/README.emscripten
@@ -0,0 +1,15 @@
+
+The build system (at least autotools-based) should detect and configure
+emscripten correctly.
+
+As of now, gctest almost passes, except for the tests that involve a_get().
+
+No thread support for now. No idea how to stop other threads (perhaps we need
+support from JS side).
+
+How to build:
+
+ # source EMSDK first
+ emconfigure ./configure
+ emmake make gctest.html
+ # point your browser at .libs/gctest.html