Commit Graph

  • cda99e70da add much more complicated assertion NikVolf 2019-01-24 14:42:53 +03:00
  • 0a78a1ab8d complicate test NikVolf 2019-01-24 14:35:05 +03:00
  • 33c84edd78 Merge remote-tracking branch 'origin/master' into graph NikVolf 2019-01-24 12:38:35 +03:00
  • 8413e562cd more insert api and graph module logic upon NikVolf 2019-01-24 12:37:03 +03:00
  • 1bc4973e6e insert api in ref_list NikVolf 2019-01-24 12:05:20 +03:00
  • 8ecbc8ddcc Merge pull request #114 from paritytech/ret Sergei Pepyakin 2019-01-24 09:54:46 +01:00
  • 56464c102f return_ -> ret NikVolf 2019-01-24 11:20:31 +03:00
  • 6046e94b40 Merge pull request #113 from holygits/fix/preserve-optimize Nikolay Volf 2019-01-24 11:15:30 +03:00
  • ec206fca64 Preserve deploy symbol on optimize for substrate target holygits 2019-01-24 15:46:01 +13:00
  • 59384e09d0 Merge pull request #109 from holygits/fix/108 Sergei Pepyakin 2019-01-23 22:21:17 +01:00
  • 4f81bbc506 Don't pack Substrate ctor module holygits 2019-01-24 10:18:18 +13:00
  • f5890c2c7b more complex test NikVolf 2019-01-23 15:00:27 +03:00
  • 7504381419 fix linking for elements NikVolf 2019-01-23 14:44:32 +03:00
  • bb9832dba1 more docs and warnings NikVolf 2019-01-23 13:57:26 +03:00
  • 62ea903c3a add some docs NikVolf 2019-01-23 13:47:44 +03:00
  • c47adc1bd4 Refactor TargetRuntime as enum Don't rename create symbol for substrate binaries holygits 2019-01-23 17:03:53 +13:00
  • c3833efca7 fix for nightly NikVolf 2019-01-22 20:39:51 +03:00
  • 4e871c65e2 generate instructions on module generation NikVolf 2019-01-22 20:37:36 +03:00
  • 48c1c6e72a code mapping NikVolf 2019-01-22 20:30:50 +03:00
  • d60340762b public api exposure and fix warnings NikVolf 2019-01-22 18:28:15 +03:00
  • da5b2ca5f6 rest of sections generation NikVolf 2019-01-22 18:21:30 +03:00
  • c520d334cd ordering and filtering NikVolf 2019-01-22 17:14:37 +03:00
  • 76b6743c64 generation of more sections NikVolf 2019-01-22 16:40:28 +03:00
  • d6c6cefcf1 generation - import NikVolf 2019-01-22 16:11:04 +03:00
  • 86da6439d1 data and elements NikVolf 2019-01-22 15:15:17 +03:00
  • ed1c7b1b51 better exports NikVolf 2019-01-22 14:42:57 +03:00
  • cf10b7d5d9 exports and fix for no-std NikVolf 2019-01-22 14:31:21 +03:00
  • dd9169e30f table and memory NikVolf 2019-01-22 13:03:11 +03:00
  • be40285a67 func and tests NikVolf 2019-01-22 12:58:29 +03:00
  • ba45e15567 remove unused NikVolf 2019-01-22 12:39:09 +03:00
  • 33ff0cbe1d refactor to reflist NikVolf 2019-01-22 12:19:29 +03:00
  • db4070b96c ref list impl NikVolf 2019-01-22 12:08:25 +03:00
  • 80d80a37d9 import rewiring NikVolf 2019-01-21 17:56:30 +03:00
  • 06277915da some graph structure definition NikVolf 2019-01-21 17:04:31 +03:00
  • 7c7a0713fc bump to 0.6.2 NikVolf 2019-01-15 14:18:45 +03:00
  • 31e3324015 Merge pull request #104 from laizy/master Nikolay Volf 2019-01-15 14:17:13 +03:00
  • dc993bdb1b rewire corresponding indices in name section laizy 2019-01-10 19:25:11 +08:00
  • b58e01ec67 Bump version to 0.6.1 0.6.1 Sergey Pepyakin 2019-01-04 14:38:08 +01:00
  • 8db40174ae Add gas tests. Sergey Pepyakin 2018-12-24 20:43:23 +01:00
  • 471a9b3fcc Account start function in gas func patching. Sergey Pepyakin 2018-12-24 19:28:53 +01:00
  • 3db0d60e70 Teach stack limiter to handle start fn Sergey Pepyakin 2018-12-24 19:20:33 +01:00
  • fe25beca2b bump all to 0.6 NikVolf 2018-09-30 19:02:14 +01:00
  • 24b97b517a Merge pull request #102 from paritytech/ser-introduce-substrate-contracts Nikolay Volf 2018-09-30 19:00:44 +01:00
  • 836ec93008 Introduce substrate contracts support. Sergey Pepyakin 2018-09-30 18:24:36 +01:00
  • 5238b41af2 bump cli to 0.4.1 NikVolf 2018-08-06 16:51:35 +03:00
  • 19ce379f64 Merge pull request #101 from paritytech/fix-output Nikolay Volf 2018-08-06 16:50:57 +03:00
  • a9f5058b4f fix not saving raw module when no constructor specified NikVolf 2018-08-06 16:06:31 +03:00
  • 4b8b07a0b5 bump versions NikVolf 2018-08-06 15:43:15 +03:00
  • 67d67f3fba Merge pull request #100 from paritytech/no-constructor Nikolay Volf 2018-08-06 15:40:04 +03:00
  • 3a7f8836dd the constructor arg removed from fro 2018-08-06 15:16:54 +03:00
  • abb5ae6f22 bump cli to 0.3.0 NikVolf 2018-08-03 14:11:29 +03:00
  • 9d0ad5b309 bump to 0.4.0 NikVolf 2018-08-03 14:09:51 +03:00
  • 6c510a7f35 bump to 0.3.2 NikVolf 2018-08-01 17:29:42 +03:00
  • e491789127 Move build logic to lib (#97) Alexey 2018-08-01 17:26:22 +03:00
  • 3e7946ab1c fix call_indirect test (#98) Alexey 2018-08-01 13:48:38 +03:00
  • 41839664bb wasm-check utility (#94) Nikolay Volf 2018-07-12 18:49:09 +03:00
  • 735110e8d5 bump to 0.3.1 NikVolf 2018-07-09 18:31:58 +03:00
  • 0fe96ee497 Merge pull request #93 from paritytech/fix-nightly Nikolay Volf 2018-07-09 18:31:20 +03:00
  • 0837464ec4 change imports NikVolf 2018-07-09 12:32:38 +03:00
  • 7366384861 bump to lib to 0.3 and cli to 0.2 NikVolf 2018-07-04 12:16:14 +03:00
  • db80363d56 Merge pull request #91 from paritytech/bump-version-0.2.2 Sergey Pepyakin 2018-07-02 16:39:06 +03:00
  • bbb6c6078a Bump version up to 0.2.2. Sergey Pepyakin 2018-07-02 15:21:37 +03:00
  • f7e71718a4 Merge pull request #90 from paritytech/parity-wasm-bump Nikolay Volf 2018-06-29 17:23:11 +03:00
  • af2d61b9f8 Fix tests and cli Wei Tang 2018-06-29 19:06:33 +08:00
  • d6f82000ee Update parity-wasm dependency to 0.31 Wei Tang 2018-06-29 19:01:06 +08:00
  • f4b75bd840 Merge pull request #88 from sphinxc0re/patch-1 Sergey Pepyakin 2018-06-11 16:55:26 +03:00
  • 187844f79d Fixed typo Julian Laubstein 2018-06-06 16:27:20 +02:00
  • a4ff19d358 bump to 0.2.1 NikVolf 2018-05-31 15:40:23 +02:00
  • e31f1040e1 Merge pull request #87 from HCastano/use-if-let-statements Nikolay Volf 2018-05-31 16:37:47 +03:00
  • e6e340fa0a Update matches with single arm to be if-let statements Hernando Castano 2018-05-29 22:46:11 -04:00
  • de23bfac0a Merge pull request #84 from paritytech/public-api Nikolay Volf 2018-05-21 22:57:27 +03:00
  • 261c823b63 Merge pull request #82 from paritytech/pack-cli Nikolay Volf 2018-05-20 22:51:40 +04:00
  • ce865c1e8a add public api switch NikVolf 2018-05-18 17:51:37 +04:00
  • 2d60c0bb0e Merge pull request #81 from paritytech/small-fixes Nikolay Volf 2018-05-18 17:10:55 +04:00
  • 5609a08e99 change to expect NikVolf 2018-05-18 16:47:06 +04:00
  • edabee0649 more fixes to fixes NikVolf 2018-05-18 16:45:04 +04:00
  • 367514ae07 actual implementation of packer NikVolf 2018-05-18 16:37:49 +04:00
  • 816f14eac7 also call/deploy update NikVolf 2018-05-18 16:29:35 +04:00
  • f9540c5423 some fixes NikVolf 2018-05-18 16:22:41 +04:00
  • 04ac17c3d5 additional binary NikVolf 2018-05-18 16:21:25 +04:00
  • f7e6631c83 add contribution section NikVolf 2018-05-16 20:52:54 +04:00
  • 20ff66c649 Merge pull request #79 from elopio/patch-1 Alexey 2018-05-16 19:04:26 +03:00
  • 5ef171209b Fix typo Leo Arias 2018-05-16 10:01:51 -06:00
  • 947f0b8bbb Update README.md Nikolay Volf 2018-05-16 17:39:34 +04:00
  • 7f8811cb2c readme for cli NikVolf 2018-05-15 18:18:19 +04:00
  • 4112b4b961 bump/set versions NikVolf 2018-05-15 18:13:02 +04:00
  • 6795bb8b27 Bump version to 0.2.0 0.2.0 Sergey Pepyakin 2018-05-15 17:07:03 +03:00
  • 60a7776f3a Merge pull request #77 from paritytech/sorpaas/nostd Sergey Pepyakin 2018-05-15 17:03:53 +03:00
  • 867a6a185d Use parity-wasm 0.30 instead of git Sergey Pepyakin 2018-05-15 16:54:02 +03:00
  • 245ac89f2d Rename folder tools to cli to keep it consistent with crate naming Wei Tang 2018-05-15 20:44:18 +08:00
  • c79681aa5b Rename wasm-utils-tools to wasm-utils-cli Wei Tang 2018-05-15 19:17:59 +08:00
  • d36a8cbacc Move all executables to wasm-utils-tools crate Wei Tang 2018-05-15 19:16:31 +08:00
  • b4a1fd88b3 Test no_std build in CI Wei Tang 2018-05-15 08:26:52 +08:00
  • 605c99974b Fix tests Wei Tang 2018-05-15 08:25:35 +08:00
  • a30afec0cd Port core util lib to support no_std Wei Tang 2018-05-15 08:22:29 +08:00
  • bb47c22618 Refactor executables to separate crates Wei Tang 2018-05-15 08:05:00 +08:00
  • fd8311983b bump to 0.1.5 NikVolf 2018-04-26 00:56:11 +03:00
  • e9169f2d64 Merge pull request #73 from paritytech/refactor-gas-metering Sergey Pepyakin 2018-04-25 21:45:27 +03:00
  • 6c655fadcd Refactor gas metering. Sergey Pepyakin 2018-04-24 14:51:54 +03:00
  • aa84f4d2a5 Merge pull request #72 from paritytech/import-section-missing Sergey Pepyakin 2018-04-18 21:04:01 +03:00