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 |
|
Lachlan Sneff
|
ed87168c48
|
Fix spectests
|
2019-01-18 10:15:25 -08:00 |
|
Syrus
|
a24f7b7ebb
|
Merge branch 'feature/vm_refactor' of github.com:wasmerio/wasmer into feature/vm_refactor
# Conflicts:
# Makefile
|
2019-01-18 10:11:14 -08:00 |
|
Syrus
|
8a13a71e09
|
Trying to fix CircleCI
|
2019-01-18 10:10:16 -08:00 |
|
Lachlan Sneff
|
e8dcbc5897
|
Merge branch 'feature/vm_refactor' into feature/vm_refactor_errors
|
2019-01-18 09:20:55 -08:00 |
|
Lachlan Sneff
|
d23601a810
|
Add error types and convert most results to wasmer-runtime results
|
2019-01-18 09:17:44 -08:00 |
|
Brandon Fish
|
ac994d0c51
|
Remove unused import
|
2019-01-18 01:01:45 -06:00 |
|
Brandon Fish
|
47f46be69c
|
Ignore clippy error level
|
2019-01-18 00:33:46 -06:00 |
|
Brandon Fish
|
e43c3cb2eb
|
cargo fmt
|
2019-01-18 00:18:13 -06:00 |
|
Brandon Fish
|
5e1287d9d9
|
Merge pull request #92 from wasmerio/fix/vm_refactor_esmcripten_integration
[WIP] Fix Emscripten Integration in New Runtime
|
2019-01-18 00:13:46 -06:00 |
|
Brandon Fish
|
a6df28e147
|
Exclude emscripten tests using Makefile
|
2019-01-18 00:01:27 -06:00 |
|
Brandon Fish
|
1025a0d730
|
Emscripten tests compiling again
|
2019-01-17 23:55:44 -06:00 |
|