344 Commits

Author SHA1 Message Date
Sergey Pepyakin
b58e01ec67 Bump version to 0.6.1 0.6.1 2019-01-04 14:38:08 +01:00
Sergey Pepyakin
8db40174ae Add gas tests. 2018-12-24 20:43:23 +01:00
Sergey Pepyakin
471a9b3fcc Account start function in gas func patching. 2018-12-24 19:28:53 +01:00
Sergey Pepyakin
3db0d60e70 Teach stack limiter to handle start fn 2018-12-24 19:20:33 +01:00
NikVolf
fe25beca2b bump all to 0.6 2018-09-30 19:02:14 +01:00
Nikolay Volf
24b97b517a
Merge pull request #102 from paritytech/ser-introduce-substrate-contracts
Introduce substrate contracts support.
2018-09-30 19:00:44 +01:00
Sergey Pepyakin
836ec93008 Introduce substrate contracts support. 2018-09-30 18:24:36 +01:00
NikVolf
5238b41af2 bump cli to 0.4.1 2018-08-06 16:51:35 +03:00
Nikolay Volf
19ce379f64
Merge pull request #101 from paritytech/fix-output
Fix not saving raw module when no constructor specified
2018-08-06 16:50:57 +03:00
NikVolf
a9f5058b4f fix not saving raw module when no constructor specified 2018-08-06 16:09:11 +03:00
NikVolf
4b8b07a0b5 bump versions 2018-08-06 15:43:46 +03:00
Nikolay Volf
67d67f3fba
Merge pull request #100 from paritytech/no-constructor
The constructor arg removed from
2018-08-06 15:40:04 +03:00
fro
3a7f8836dd the constructor arg removed from 2018-08-06 15:19:01 +03:00
NikVolf
abb5ae6f22 bump cli to 0.3.0 2018-08-03 14:11:29 +03:00
NikVolf
9d0ad5b309 bump to 0.4.0 2018-08-03 14:10:51 +03:00
NikVolf
6c510a7f35 bump to 0.3.2 2018-08-01 17:29:42 +03:00
Alexey
e491789127 Move build logic to lib (#97)
* refactored out build to lib

* save_raw returns

* fix indentations and other small fixes

* fix build API

* rename Target to SourceTarget

* fix formatting

* make join runtime_type into runtime_type and runtime_version
2018-08-01 17:26:22 +03:00
Alexey
3e7946ab1c fix call_indirect test (#98)
Merged
2018-08-01 13:48:38 +03:00
Nikolay Volf
41839664bb
wasm-check utility (#94)
* wasm-check utility

* more runtime externs

* couple more imports
2018-07-12 18:49:09 +03:00
NikVolf
735110e8d5 bump to 0.3.1 2018-07-09 18:31:58 +03:00
Nikolay Volf
0fe96ee497
Merge pull request #93 from paritytech/fix-nightly
Fix nightly compilation
2018-07-09 18:31:20 +03:00
NikVolf
0837464ec4 change imports 2018-07-09 17:44:04 +03:00
NikVolf
7366384861 bump to lib to 0.3 and cli to 0.2 2018-07-04 12:17:42 +03:00
Sergey Pepyakin
db80363d56
Merge pull request #91 from paritytech/bump-version-0.2.2
Bump version up to 0.2.2
2018-07-02 16:39:06 +03:00
Sergey Pepyakin
bbb6c6078a Bump version up to 0.2.2. 2018-07-02 15:21:37 +03:00
Nikolay Volf
f7e71718a4
Merge pull request #90 from paritytech/parity-wasm-bump
Update parity-wasm dependency to 0.31
2018-06-29 17:23:11 +03:00
Wei Tang
af2d61b9f8 Fix tests and cli 2018-06-29 19:06:33 +08:00
Wei Tang
d6f82000ee Update parity-wasm dependency to 0.31 2018-06-29 19:01:06 +08:00
Sergey Pepyakin
f4b75bd840
Merge pull request #88 from sphinxc0re/patch-1
Fixed typo
2018-06-11 16:55:26 +03:00
Julian Laubstein
187844f79d
Fixed typo 2018-06-06 16:27:20 +02:00
NikVolf
a4ff19d358 bump to 0.2.1 2018-05-31 15:40:23 +02:00
Nikolay Volf
e31f1040e1
Merge pull request #87 from HCastano/use-if-let-statements
Update matches with single arm to be if-let statements
2018-05-31 16:37:47 +03:00
Hernando Castano
e6e340fa0a Update matches with single arm to be if-let statements 2018-05-29 22:46:11 -04:00
Nikolay Volf
de23bfac0a
Merge pull request #84 from paritytech/public-api
Add public api switch to wasm-build
2018-05-21 22:57:27 +03:00
Nikolay Volf
261c823b63
Merge pull request #82 from paritytech/pack-cli
Standalone wasm-pack binary
2018-05-20 22:51:40 +04:00
NikVolf
ce865c1e8a add public api switch 2018-05-18 17:51:37 +04:00
Nikolay Volf
2d60c0bb0e
Merge pull request #81 from paritytech/small-fixes
Small fixes in comments
2018-05-18 17:10:55 +04:00
NikVolf
5609a08e99 change to expect 2018-05-18 16:47:06 +04:00
NikVolf
edabee0649 more fixes to fixes 2018-05-18 16:45:04 +04:00
NikVolf
367514ae07 actual implementation of packer 2018-05-18 16:37:49 +04:00
NikVolf
816f14eac7 also call/deploy update 2018-05-18 16:29:35 +04:00
NikVolf
f9540c5423 some fixes 2018-05-18 16:22:41 +04:00
NikVolf
04ac17c3d5 additional binary 2018-05-18 16:21:25 +04:00
NikVolf
f7e6631c83 add contribution section 2018-05-16 20:52:54 +04:00
Alexey
20ff66c649
Merge pull request #79 from elopio/patch-1
Fix typo
2018-05-16 19:04:26 +03:00
Leo Arias
5ef171209b
Fix typo 2018-05-16 10:01:51 -06:00
Nikolay Volf
947f0b8bbb
Update README.md 2018-05-16 17:39:34 +04:00
NikVolf
7f8811cb2c readme for cli 2018-05-15 18:18:49 +04:00
NikVolf
4112b4b961 bump/set versions 2018-05-15 18:14:23 +04:00
Sergey Pepyakin
60a7776f3a
Merge pull request #77 from paritytech/sorpaas/nostd
Executable refactoring and no_std support
2018-05-15 17:03:53 +03:00