Commit Graph

18 Commits

Author SHA1 Message Date
e8b162df06 Fix abort and _abort to be different 2019-12-02 15:32:14 -08:00
cd946f1d27 Fix abort signature in emscripten ABI 2019-12-02 15:09:42 -08:00
4b3880c88b add details when calling unimplemented! 2019-10-03 11:26:54 +02:00
b78a8af228 Added missing functions for pyodide
Since Pyodide is focused on running on desktop, this pull-request lacks
Javascript runtime functions. It also sorted alphabetically some functions
2019-05-28 09:39:49 +02:00
e68f5e10e4 Improved emscripten functions to be able to run jsc 2019-04-30 11:47:03 -07:00
91d7416680 fix master; add some emscripten calls 2019-04-05 10:04:39 -07:00
accbe52dd6 add more stubs for pthreading, exceptions, and some invokes 2019-03-29 13:42:13 -07:00
6c7fd55b87 Moved ctx to be the first argument in emscripten 2019-02-09 13:58:18 -08:00
eba66f3b33 Add typed functions and weird type parameter things 2019-02-02 15:28:50 -08:00
5f92fc5c8d Adapted more emscripten imports into new syntax 2019-01-31 14:48:29 -08:00
fc1b255d40 Make emscripten work again 2019-01-24 13:04:12 -08:00
89c2aa8c32 Cleanup imports and other warnings 2019-01-24 00:00:38 -06:00
83d0c3e647 Formatted files 2019-01-23 12:35:14 -08:00
157183d212 Update to new runtime 2019-01-23 01:27:13 -06:00
74875ed554 Library restructure (#104)
* Move wasmer-runtime to wasmer-runtime-core

* Add the runtime library

* Fix issue with macros using wasmer_runtime, fmt

* Make default compiler dependency optional

* Add instantiate and validate functions
2019-01-22 11:02:06 -08:00
7fc892be07 Removing some unused imports, cleanup 2019-01-18 18:36:28 -06:00
e43c3cb2eb cargo fmt 2019-01-18 00:18:13 -06:00
de459fa5bd Isolated emscripten in new lib 2019-01-10 21:38:10 -08:00