Commit Graph

  • d2c1d92e2b Don't externalize setTempRet0 Sergey Pepyakin 2017-11-09 17:36:13 +03:00
  • 9edf1cb467 Merge pull request #38 from paritytech/externalize-mem-ops Nikolay Volf 2017-11-07 12:22:14 +03:00
  • b7dd10e2bc Update README.md Sergey Pepyakin 2017-11-07 12:17:28 +03:00
  • 023fe5e8cb Externalize mem ops Sergey Pepyakin 2017-11-06 19:06:26 +03:00
  • 867a97ba1a Merge pull request #36 from paritytech/fix-wasm-build-new-nightly Nikolay Volf 2017-11-03 15:28:09 +03:00
  • 47812fcc50 dependency also here NikVolf 2017-11-03 15:16:48 +03:00
  • e379cc2473 use exact version NikVolf 2017-11-03 13:58:51 +03:00
  • 32dbb03092 add to travis NikVolf 2017-11-03 13:53:23 +03:00
  • b1c1c4afdb fix wasm-build and add test NikVolf 2017-11-03 13:52:51 +03:00
  • 71a88147a2 Merge pull request #35 from paritytech/license Nikolay Volf 2017-11-03 13:27:09 +03:00
  • a657ebfdde license NikVolf 2017-11-03 02:11:41 +03:00
  • 9fcfbf69cc Merge pull request #34 from paritytech/fix-bin-build Nikolay Volf 2017-11-02 18:59:19 +03:00
  • 479a1f24e1 fix build, add ci check NikVolf 2017-11-02 18:38:02 +03:00
  • 1cf766c697 Merge pull request #31 from paritytech/result_code_first Nikolay Volf 2017-11-01 19:58:56 +03:00
  • 89fcec7ba7 Merge pull request #29 from paritytech/editorconfig Nikolay Volf 2017-11-01 18:33:30 +03:00
  • 74bd744b1e move result code on the top of create fro 2017-11-01 17:47:34 +03:00
  • 47258faa1f Merge remote-tracking branch 'origin/master' into editorconfig NikVolf 2017-11-01 17:14:51 +03:00
  • 3d59f7ca06 Merge pull request #30 from paritytech/travis-update Nikolay Volf 2017-11-01 17:06:58 +03:00
  • 58f686677c Update .travis.yml Nikolay Volf 2017-11-01 16:49:53 +03:00
  • 088901fa1b Add .editorconfig Sergey Pepyakin 2017-11-01 16:37:50 +03:00
  • 4b066990f1 Merge pull request #28 from paritytech/setup-travis Nikolay Volf 2017-11-01 16:26:02 +03:00
  • 993ed4b36a Merge pull request #27 from paritytech/fix-master Nikolay Volf 2017-11-01 16:25:37 +03:00
  • ceac3eeed1 Add .travis.yml Sergey Pepyakin 2017-11-01 16:12:40 +03:00
  • 4f81a756c9 Remove "nondeterminism-check" binary Sergey Pepyakin 2017-11-01 15:52:51 +03:00
  • a186c81c03 Bump parity-wasm to 0.15 Sergey Pepyakin 2017-11-01 15:52:37 +03:00
  • 78d76bd661 Merge pull request #26 from paritytech/ctor Nikolay Volf 2017-10-30 18:47:19 +03:00
  • d1f042cee8 grumbles fixed fro 2017-10-30 18:35:20 +03:00
  • 8fbd6e6404 remove useless code NikVolf 2017-10-27 20:01:15 +03:00
  • 092fb20347 fix warnings fro 2017-10-27 19:50:12 +03:00
  • 5f9460dbdf write to pointer check fro 2017-10-27 19:25:57 +03:00
  • 4a70824a88 test for pack added fro 2017-10-27 18:32:33 +03:00
  • 918c8485a4 fix logic + types fro 2017-10-26 19:24:40 +03:00
  • b369ce903e fix grumbles + added constructor logic fro 2017-10-26 15:49:55 +03:00
  • 85b7d2f430 wip build contract constructor fro 2017-10-25 20:36:05 +03:00
  • 6a39db802e Merge pull request #24 from paritytech/inject-rules Nikolay Volf 2017-10-04 16:04:07 +02:00
  • 95beaa1508 Merge remote-tracking branch 'origin/master' into inject-rules NikVolf 2017-10-04 15:35:16 +03:00
  • 6a575c30a9 inject with rules NikVolf 2017-10-04 13:53:03 +03:00
  • d08ff169b6 Merge pull request #20 from paritytech/runtime-type-build Nikolay Volf 2017-09-25 22:45:23 +03:00
  • 9be2a5bf31 runtime type injection implemented #10 fro 2017-09-25 20:14:46 +03:00
  • a6b6d75be0 Merge pull request #19 from paritytech/non-determinism-check Alexey 2017-09-22 19:34:29 +03:00
  • 6e5c2282bf take module as ref in is_deterministic fro 2017-09-22 19:20:58 +03:00
  • 92eee21eca Merge pull request #18 from paritytech/non-determinism-check Alexey 2017-09-21 18:09:42 +03:00
  • 93647ec3df unnecessary checks for init_expr removed ( http://webassembly.org/docs/modules/#initializer-expression ) fro 2017-09-21 12:44:50 +03:00
  • da265f3671 remame indeterminism fro 2017-09-21 12:44:08 +03:00
  • 6aa896e9fe rename non_determinism_checker -> indeterminism_check tests added fro 2017-09-20 19:16:00 +03:00
  • 768d4633a1 check_opcodes func implemented fro 2017-09-20 12:52:33 +03:00
  • 31673aa31d non-determinism checker initial impl wip fro 2017-09-19 23:58:20 +03:00
  • 507084c081 Merge pull request #16 from paritytech/wasm-prune Nikolay Volf 2017-09-15 22:31:20 +03:00
  • 087399f6b5 update also readme NikVolf 2017-09-15 22:03:43 +03:00
  • 5095880843 add prune actually NikVolf 2017-09-15 22:01:12 +03:00
  • 203cc4fea8 rename wasm-opt binary to wasm-prune NikVolf 2017-09-15 22:00:35 +03:00
  • c69d8327c8 Update Cargo.toml Nikolay Volf 2017-09-11 18:37:26 +03:00
  • 95f9f04d10 bump parity-wasm NikVolf 2017-09-05 11:36:15 +02:00
  • afb2dc0e43 preserve tempret0 NikVolf 2017-08-15 16:50:43 +03:00
  • 3f461d940f parameterize wasm-build NikVolf 2017-08-15 16:44:25 +03:00
  • 8b750511be return back the allocator externalizer NikVolf 2017-08-09 18:38:46 +03:00
  • 53fac96113 skip allocator subs NikVolf 2017-08-09 18:27:45 +03:00
  • 0d5f85eb27 add parity-wasm dep NikVolf 2017-08-09 14:37:14 +03:00
  • 7942d2ad52 Merge branch 'build-tools' NikVolf 2017-08-09 14:34:38 +03:00
  • 665b21e74f add steps to build util NikVolf 2017-08-09 14:30:37 +03:00
  • b12b1891e2 Update README.md Nikolay Volf 2017-08-09 14:00:09 +03:00
  • 478ff6a888 Merge pull request #14 from paritytech/build-tools Nikolay Volf 2017-08-09 13:56:58 +03:00
  • 71910405bc build tools continued NikVolf 2017-08-09 13:51:47 +03:00
  • 0c52bcde1d to executable NikVolf 2017-08-09 13:45:35 +03:00
  • cac0501eec build utility NikVolf 2017-08-08 16:13:15 +03:00
  • 9462bcc068 Merge pull request #13 from paritytech/cost-table Nikolay Volf 2017-07-27 13:39:26 +03:00
  • 9111c75292 copy for instruction type, pub module NikVolf 2017-07-27 13:38:21 +03:00
  • de3b30dab5 fix also bug with externalizer NikVolf 2017-07-25 18:47:03 +03:00
  • b2d04ea3a9 initial cost table NikVolf 2017-07-25 18:43:12 +03:00
  • 5518b8dd1f use crate dependency everywhere NikVolf 2017-07-21 13:42:59 +03:00
  • fee06b6d58 use crate dependency NikVolf 2017-07-11 11:14:00 +03:00
  • 357a5deed6 more tests NikVolf 2017-06-26 16:09:56 +03:00
  • b46ba2acdb some tests NikVolf 2017-06-26 16:03:27 +03:00
  • c5ac4cba56 updated to new parity-wasm api NikVolf 2017-06-26 14:27:29 +03:00
  • 4a06b5107c actually fix it NikVolf 2017-06-14 15:47:35 +03:00
  • 206c95e2b9 indirect_call bug fix NikVolf 2017-06-14 15:26:56 +03:00
  • 729dddc9cc wasm-pack utility to pack wasm files into transactions payload NikVolf 2017-06-09 18:33:05 +03:00
  • 25110c32a8 Merge branch 'master' of github.com:paritytech/wasm-utils NikVolf 2017-06-06 16:54:33 +03:00
  • 4882bace69 update to latest parity-wasm NikVolf 2017-06-06 16:54:22 +03:00
  • 87ad7d9fbe Update README.md Nikolay Volf 2017-05-31 15:10:20 +04:00
  • bbfeb8f924 more typos Nikolay Volf 2017-05-30 15:15:11 +04:00
  • 221c7bbc39 typos Nikolay Volf 2017-05-30 15:11:04 +04:00
  • 46778833e9 Update README.md Nikolay Volf 2017-05-30 15:08:42 +04:00
  • 3bcb20879b Update README.md Nikolay Volf 2017-05-30 15:08:19 +04:00
  • c4ea3a6f41 Update README.md Nikolay Volf 2017-05-30 15:06:46 +04:00
  • 050c0b76a8 remove demos (moved to https://github.com/nikvolf/wasm-tools) NikVolf 2017-05-30 13:53:18 +03:00
  • 0410ae407a update gas assert NikVolf 2017-05-26 02:40:28 +03:00
  • 4baeea8733 remove logger spam NikVolf 2017-05-25 22:22:48 +03:00
  • e06b5b9972 Merge branch 'master' of github.com:NikVolf/wasm-tools NikVolf 2017-05-25 22:16:23 +03:00
  • 080d9e6b7f debug logging in runtime NikVolf 2017-05-25 22:16:13 +03:00
  • 7b7ac35958 Merge pull request #12 from maciejhirsz/master Nikolay Volf 2017-05-22 19:33:41 +03:00
  • 796234cd26 Merge branch 'master' of github.com:NikVolf/wasm-tools maciejhirsz 2017-05-22 12:16:36 +02:00
  • a2922a6fb0 convert to tabs NikVolf 2017-05-19 20:21:16 +03:00
  • b81573d2b8 logger notion NikVolf 2017-05-19 17:15:41 +03:00
  • f2d99ce888 tabify all NikVolf 2017-05-19 16:54:53 +03:00
  • 360c308e09 working refactored runtime NikVolf 2017-05-19 16:46:34 +03:00
  • b9acb877bc refactor to native env initial NikVolf 2017-05-19 13:22:46 +03:00
  • b19ba790fb Allow export functions to be set in CLI maciejhirsz 2017-05-16 17:25:54 +02:00
  • 2f691bb360 fully working rust runner NikVolf 2017-05-16 16:10:04 +03:00
  • 20496ae9b2 somewhat working NikVolf 2017-05-15 19:15:09 +03:00