460 Commits

Author SHA1 Message Date
Nikolay Volf
a787b2ec93
Merge pull request #109 from paritytech/editorconfig
Add .editorconfig
2017-11-01 16:35:27 +03:00
Sergey Pepyakin
0de83b2b94 Add .editorconfig 2017-11-01 14:15:15 +03:00
NikVolf
4a0f5aa444 bump version 2017-10-30 18:10:30 +03:00
Nikolay Volf
ec3fa66e22
Merge pull request #108 from paritytech/peek
Peek module size utility
2017-10-30 18:09:44 +03:00
NikVolf
c373a4adc1 peek module size utility 2017-10-30 17:37:06 +03:00
NikVolf
1602f7ace6 bump version 2017-10-25 18:51:08 +03:00
Nikolay Volf
c01769f76f Merge pull request #107 from paritytech/exportentry_field_mut
field_mut better return &mut String
2017-10-25 18:50:29 +03:00
fro
2b9a7a4cda field_mut better return &mut String 2017-10-25 18:33:14 +03:00
Nikolay Volf
b2486aab60 Merge pull request #106 from paritytech/module-clone
Clone impl for a module
2017-10-24 16:47:28 +03:00
fro
7385baf967 Clone impl for a module 2017-10-24 16:11:03 +03:00
Nikolay Volf
5e8c101a80 Update README.md 2017-10-24 15:11:50 +03:00
NikVolf
dd2df80007 bump version and move repo 2017-10-23 15:54:51 +03:00
NikVolf
665b8da84c bump version 2017-09-19 13:40:09 +03:00
Nikolay Volf
63c57946d1 Merge pull request #102 from waywardmonkeys/clone-opcode
Opcode: impl Clone.
2017-09-19 12:53:19 +03:00
Bruce Mitchener
5c7a3c8c72 Opcode: impl Clone. 2017-09-19 16:05:18 +07:00
NikVolf
6b4c7c9e67 bump version 2017-09-15 21:51:45 +03:00
Nikolay Volf
8ee48a922f Merge pull request #101 from pchickey/pch/expose_env_module
Allow interpreter ProgramInstance to be created with arbitrary env module
2017-09-15 21:50:58 +03:00
Pat Hickey
f21bf553c3 interpreter: ProgramInstance exposes constructor for arbitrary env module 2017-09-14 18:42:59 -07:00
Alexey
debbaeee32 Update README.md 2017-09-11 15:14:01 +03:00
Nikolay Volf
e694214ec8 Merge pull request #95 from pchickey/decode_fuzz
Add cargo-fuzz testing for deserialize
2017-09-11 13:37:25 +03:00
Nikolay Volf
919b029c7c Update README.md 2017-09-09 16:39:58 +03:00
Pat Hickey
b318925325 deserialize fuzz target: add expect() explanations instad of unwrap() 2017-09-07 21:38:22 -07:00
Pat Hickey
3679f64b08 add fuzzing instructions to README 2017-09-07 13:06:50 -07:00
Pat Hickey
15690273cb fuzz: install wasm-opt from submodule automatically 2017-09-07 13:01:52 -07:00
Pat Hickey
840ed594b8 add gitignore in fuzz 2017-09-07 12:41:46 -07:00
Pat Hickey
06073b9e1c add decoder fuzzer 2017-09-07 12:41:46 -07:00
Svyatoslav Nikolsky
6f162b89ed Merge pull request #93 from NikVolf/i64-const-test
Fix VarInt32/64 decoding + edge cases test
2017-09-07 22:32:11 +03:00
NikVolf
acdf61e49e add extra tests and conds 2017-09-07 17:47:43 +02:00
NikVolf
aa08acff8b replace with wrapping neg 2017-09-07 16:16:20 +02:00
NikVolf
c603f3a4ed panic confirmed with a test 2017-09-07 12:56:26 +02:00
NikVolf
5f1cf258cc add edge case for i64.const 2017-09-06 19:06:14 +02:00
NikVolf
a4e2ec0adb bump version 2017-09-05 16:31:28 +02:00
Nikolay Volf
a272322249 Merge pull request #91 from NikVolf/error-fmt
Error formatting for interpreter
2017-09-05 16:30:37 +02:00
NikVolf
322fb11d55 add display for errors 2017-09-05 14:12:54 +02:00
NikVolf
f06addac13 bimp version 2017-09-05 12:26:46 +02:00
Svyatoslav Nikolsky
8b1b0a5288 Merge pull request #90 from NikVolf/usererr-from
Cast user traps to errors
2017-09-05 13:17:59 +03:00
NikVolf
99319b54dc from user error for error 2017-09-05 12:09:12 +02:00
NikVolf
702511b4d6 bump version 2017-09-04 13:36:08 +02:00
Nikolay Volf
efd011cb37 Merge pull request #89 from NikVolf/increase_table_size
Increase DEFAULT_TABLE_SIZE from 16 to 64
2017-09-04 13:35:13 +02:00
Nikolay Volf
c8c73c2e0d Merge pull request #87 from NikVolf/examples-commentary
examples/exports.rs and examples/interpret.rs doc
2017-09-04 13:34:07 +02:00
Svyatoslav Nikolsky
39be2717c9 removed 'AbsenceMismatch' test 2017-09-04 12:25:23 +03:00
Svyatoslav Nikolsky
a85162dcd1 added memory/table import limits validation 2017-09-04 12:00:01 +03:00
fro
9936ba63f7 redundant comments removed 2017-09-04 11:04:42 +03:00
Svyatoslav Nikolsky
8da7d22e37 increase DEFAULT_TABLE_SIZE from 16 to 64 2017-09-04 09:30:21 +03:00
fro
b2807f579a line sep added 2017-08-30 13:54:26 +03:00
fro
aba747fb23 small fix 2017-08-29 20:09:16 +03:00
fro
cfe80e364e examples/exports.rs and examples/interpret.rs doc 2017-08-29 19:59:45 +03:00
Nikolay Volf
c57797aaad Merge pull request #85 from NikVolf/invoke_example_comments
Comments added to the invoke example
2017-08-23 16:13:16 +03:00
fro
d86167a145 comment external parameter 2017-08-23 16:10:54 +03:00
fro
f06daece56 comments update + remove empty space 2017-08-23 16:10:54 +03:00