Dan Gohman
|
dd0d71b18f
|
Fix name name mangling of WASI functions in the JS polyfill.
Emscripten prefixes C functions with '_', so these functions end up
having 3 leading underscores.
|
2019-04-01 12:48:13 -07:00 |
|
Dan Gohman
|
7378a0bfbe
|
Update Travis from trusty to xenial. (#84)
* Update Travis from trusty to xenial.
* Don't use getentropy on GLIBC < 2.25.
|
2019-03-31 05:46:32 -07:00 |
|
Dan Gohman
|
b2fefe7714
|
WASI prototype design, implementation, and documentation.
This adds documents describing the WASI Core API, and an implementation in
Wasmtime.
|
2019-03-27 10:58:43 -07:00 |
|