Commit Graph

1044 Commits

Author SHA1 Message Date
df03d00e74 Merge upstream/master into feature/llvm-feature 2019-02-22 14:14:46 -08:00
0c19824425 Fix after merge 2019-02-22 14:07:03 -08:00
d9506ca5d5 Merge branch 'master' into feature/benchmarks 2019-02-22 13:32:09 -08:00
4042cff914 Change hashing algorithm from sha1 to meowhash 2019-02-22 13:02:28 -08:00
0f9369c67d cargo fmt and better error message 2019-02-22 12:39:19 -08:00
ad3d361f76 add the syscall and create a test 2019-02-22 12:32:14 -08:00
687f70df89 Add validation benchmark 2019-02-22 12:31:41 -08:00
16d62ace52 Fixed cache example (again) 2019-02-22 12:17:49 -08:00
70ba4ec466 Merge branch 'master' into feature/benchmarks 2019-02-22 12:14:11 -08:00
6d092dc121 Fix lint 2019-02-22 12:08:56 -08:00
17901f992a Add benchmark runner and nginx compile vs. load bench 2019-02-22 12:07:07 -08:00
b3dd47bce8 Fixed runtime example 2019-02-22 12:06:22 -08:00
84042cecb3 Fixed wrong syntax 2019-02-22 12:00:30 -08:00
fdb2a67579 Added cache into standalone app 2019-02-22 11:42:36 -08:00
c9969f269c Use minimum limit as initial table size (#196) 2019-02-22 11:16:15 -08:00
a6d72bdec9 more emscripten stubs and urandom hack (#199) 2019-02-22 10:42:38 -08:00
e9d72740c0 Merge pull request #197 from wasmerio/feature/c-api-module-instantiate
Add C API module_instantiate function
2019-02-22 09:58:49 -08:00
08a2ec82b3 Unary operators, comparison opcodes, loops, etc. 2019-02-23 01:54:16 +08:00
f1b190743b Change file.write to file.write_all 2019-02-21 17:11:28 -08:00
199cabd0af Add comment about serde feature 2019-02-21 17:09:32 -08:00
696fd8fce3 Update api again and change SerializedCache to Artifact 2019-02-21 17:07:04 -08:00
64eadad7fa Fix review comments 2019-02-21 15:31:20 -08:00
244308374c Fix formatting 2019-02-21 15:27:20 -08:00
f9d7d56195 Add documentation and make load safe 2019-02-21 14:00:33 -08:00
c78d4a8674 Fix test compilation 2 2019-02-21 12:55:03 -08:00
2234f357b7 Merge branch 'master' into feature/cache-rework 2019-02-21 11:54:57 -08:00
f18da0690e Fix test compilation 2019-02-21 11:54:39 -08:00
7fa818ea06 Finalize new cache api 2019-02-21 11:47:28 -08:00
7c439932f1 Block and conditional branch. 2019-02-21 22:04:43 +08:00
63b3f41f05 Handle unreachable and fix return. 2019-02-21 21:14:10 +08:00
6f97ebd5f7 Remove a hack in parser. 2019-02-21 21:12:58 +08:00
ac57a1bc71 Add C API module_instantiate function 2019-02-20 23:08:23 -06:00
336c1d9c5f Fix lint 2019-02-20 17:00:48 -08:00
9f40eedba8 Get caching working again 2019-02-20 16:41:41 -08:00
1a951a9abf stub wasm32-unknown-emscripten target imports (#193) 2019-02-20 14:05:12 -08:00
a418595f2f Merge pull request #135 from wasmerio/feature/c-api
C API
2019-02-20 11:51:45 -08:00
b073145dbb Clone import in instantiate to prevent import move 2019-02-20 09:52:42 -06:00
aaabbf169c Operator::Br and control stack fixes 2019-02-20 23:21:33 +08:00
61c83507a4 Control frames, jumps & stack unwinding. 2019-02-20 22:56:32 +08:00
64519b1581 Fix formatting and grammar in documentation 2019-02-19 17:01:44 -07:00
82eea00a02 Saved 2019-02-19 15:36:22 -08:00
3c7dc200fa close to working 2019-02-19 09:58:01 -08:00
93d2713bde Operators. 2019-02-19 20:25:09 +08:00
5583e96d96 Mitigate a bug that causes incorrect code generation.
Still need to figure out why R8 and higher registers don't work.
2019-02-19 19:19:40 +08:00
d2f3023191 Allow specifying optional max value in limits 2019-02-19 00:05:08 -06:00
380d766943 Convert from Box into/from raw to pointer ref-deref to fix free issue 2019-02-18 23:30:08 -06:00
e381bbd07b Use ModuleInfo instead of ModuleInner when possible 2019-02-18 11:56:20 -08:00
2ed6e82354 Merge branch 'master' into feature/c-api 2019-02-17 17:20:47 -06:00
123d55cb4a Remove commented out code, cleanup build warnings 2019-02-17 17:10:15 -06:00
ee81560e06 Cleanup tests 2019-02-17 16:51:59 -06:00