File: README.emscripten

package info (click to toggle)
libgc 1%3A8.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,556 kB
  • sloc: ansic: 40,363; cpp: 1,062; makefile: 200; asm: 77; sh: 12
file content (15 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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