Commit Graph

810 Commits

Author SHA1 Message Date
Lachlan Sneff
c25fce1721 Change memory parameter to u32 2019-01-21 14:05:32 -08:00
Lachlan Sneff
57a4991415 Fix trap_handling commit 2019-01-21 14:01:25 -08:00
Lachlan Sneff
69fd93937c merge vm_refactor_trap_handling into vm_refactor 2019-01-21 13:53:33 -08:00
Lachlan Sneff
de046491d2 finish support for traps 2019-01-21 13:43:48 -08:00
Lachlan Sneff
b74a08f097 Add (hopefully-working) support for windows 2019-01-21 11:51:41 -08:00
Lachlan Sneff
a3821a90c1 fix broken test 2019-01-21 10:07:57 -08:00
Lachlan Sneff
8484199d29 fix formatting 2019-01-21 09:59:53 -08:00
Lachlan Sneff
6e9b002363 new way to access memory from the vmctx 2019-01-21 09:56:49 -08:00
Syrus
e8ccea44a5 Removed unnecessary files 2019-01-20 14:20:41 -08:00
Syrus
a9056d580b Use eprintln! instead of println! for errors 2019-01-20 14:16:13 -08:00
Brandon Fish
3399dddb5b cargo fmt 2019-01-20 09:52:54 -06:00
Brandon Fish
e245742251 Remove commented out code 2019-01-20 09:43:43 -06:00
Brandon Fish
922ec686e1 Merge branch 'master' into feature/vm_refactor 2019-01-20 09:35:59 -06:00
Brandon Fish
808aacde2d Update println! -> debug!, remove unnecessary comments 2019-01-20 09:19:41 -06:00
Brandon Fish
b8baf5cab9 Rename sigidx -> sig_index 2019-01-20 09:15:28 -06:00
Steve Akinyemi
00d5dd8c89
Merge pull request #96 from wasmerio/fix/improve-emscripten-portability
Improve Emscripten Portability
2019-01-19 18:18:52 +01:00
Brandon Fish
3d65656f85 Documentation and style in runtime 2019-01-19 01:03:07 -06:00
Brandon Fish
6cf68d63ac Remove unused extern crates 2019-01-19 00:51:29 -06:00
Brandon Fish
323830fbae Cleanup expect function call 2019-01-19 00:39:48 -06:00
Brandon Fish
e15ffe020c Remove unused macro imports 2019-01-19 00:35:29 -06:00
Brandon Fish
47384c4f3c Remove unused webassembly relocation and libcalls 2019-01-19 00:31:42 -06:00
Brandon Fish
2f6746655d Cleanup wasmer bin and webassembly 2019-01-19 00:28:41 -06:00
Brandon Fish
89c5984d47 Remove commented out code 2019-01-18 23:17:00 -06:00
Lachlan Sneff
ebeea0c71c handle traps naively 2019-01-18 16:45:30 -08:00
Brandon Fish
d715c26b1f Removing commented out code 2019-01-18 18:39:00 -06:00
Brandon Fish
7fc892be07 Removing some unused imports, cleanup 2019-01-18 18:36:28 -06:00
Lachlan Sneff
c18328aa4c support the start function 2019-01-18 14:53:46 -08:00
Lachlan Sneff
9ed0018045 transition to protected_caller 2019-01-18 14:30:25 -08:00
Syrus
62d06043b2 Merge branch 'feature/vm_refactor' of github.com:wasmerio/wasmer into feature/vm_refactor 2019-01-18 14:28:13 -08:00
Syrus
3dd0ea8b42 Updated brew cache keys 2019-01-18 14:28:07 -08:00
Lachlan Sneff
c34df39095 Fix broken reference 2019-01-18 14:18:06 -08:00
Lachlan Sneff
4f8e567d91 Collect all linking errors 2019-01-18 13:44:51 -08:00
Lachlan Sneff
539db9f577 Starting to set up protected call in clif-backend 2019-01-18 13:29:43 -08:00
Syrus
019f02e481 Cleanup CI testing 2019-01-18 12:20:13 -08:00
Lachlan Sneff
705708cafe add 'ProtectedCaller' to runtime 2019-01-18 12:14:21 -08:00
Syrus
c003fa33b4 Multiple CircleCI fixes 2019-01-18 12:05:29 -08:00
Syrus
1798030fc6 Trying to fix CircleCI libtool brew dependency 2019-01-18 12:03:07 -08:00
Syrus
06d6913b3e Improved lint cache 2019-01-18 11:59:31 -08:00
Syrus
aeb2ce070f Iterating more on homebrew dependencies 2019-01-18 11:58:12 -08:00
Syrus
366fcf98d1 Update brew rather than upgrade everything 2019-01-18 11:54:42 -08:00
Syrus
2f8c62516c Trying to fix tests in CircleCI for Mac 2019-01-18 11:46:27 -08:00
Syrus
e953308b0e Improved CircleCI lint and cmake installation in mac 2019-01-18 11:33:25 -08:00
Syrus
eb9f3fd274 Improving CircleCI config and separate lint form tests 2019-01-18 11:27:16 -08:00
Syrus
6d55776b8e Fix formatting 2019-01-18 11:15:13 -08:00
Syrus
63a90d0ef0 Improved brew caching mechanism 2019-01-18 11:07:03 -08:00
Syrus
858c1310e2 Merge branch 'feature/vm_refactor' of github.com:wasmerio/wasmer into feature/vm_refactor 2019-01-18 10:59:53 -08:00
Syrus
e30bb52349 Trying to fix brew 2019-01-18 10:59:47 -08:00
Lachlan Sneff
8a9f5fa61a
Add special error types for compile, linking, and runtime errors. (#99)
* Add error types and convert most results to wasmer-runtime results

* Fix spectests

* Fix umbrella project to work with new error types
2019-01-18 10:54:16 -08:00
Syrus
9c0d78ae46 Fix lint 2019-01-18 10:47:20 -08:00
Syrus
191907eedd Hack fat tests out for now 2019-01-18 10:42:27 -08:00