829 Commits

Author SHA1 Message Date
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
fro
b06a5a98c8 update comments 2017-08-23 16:10:54 +03:00
fro
17531ee92e fix comments 2017-08-23 16:10:54 +03:00
fro
70de398f79 update 2017-08-23 16:10:54 +03:00
fro
351e7ab45c comments added to the invoke example 2017-08-23 16:10:54 +03:00
Nikolay Volf
a876ce2670 Merge pull request #86 from NikVolf/examples-comments
Some examples commenting effort
2017-08-18 10:33:08 +03:00
NikVolf
fef4afaf7a fix spelling 2017-08-17 17:49:12 +03:00
NikVolf
2c489518bf export.rs comments 2017-08-17 17:40:07 +03:00
NikVolf
e216dab787 data.rs comments 2017-08-17 17:30:13 +03:00
NikVolf
6e4bb38690 build.rs comments 2017-08-17 17:25:49 +03:00
Nikolay Volf
e66bf0a79e Merge pull request #84 from frehberg/master
add utest 'interpreter_accumulate_u8' iterating u8-array of length N
2017-08-13 19:05:52 +03:00
Frank Rehberger
9fe0fb6aa5 code formatting 2017-08-13 00:50:52 +02:00
Frank Rehberger
862ccaf89d add utest 'interpreter_accumulate_u8' iterating u8-array of length N 2017-08-11 21:48:38 +02:00
Nikolay Volf
40c4e7102b Merge pull request #83 from NikVolf/memory_ref_example
native_env_function_own_memory test
2017-08-03 12:00:31 +03:00
Svyatoslav Nikolsky
41e7ee732f native_env_function_own_memory 2017-08-03 11:25:44 +03:00
Nikolay Volf
6fa1fe0ffe Merge pull request #81 from NikVolf/exports-example
Exports example
2017-08-02 18:44:48 +03:00
fro
846f63db11 a simple example of getting module function exports with their names and types 2017-08-02 18:19:23 +03:00
NikVolf
5657816384 bump version 2017-08-01 16:41:09 +03:00
Nikolay Volf
8f1e83e32f Merge pull request #80 from NikVolf/custom_errors
Custom user errors
2017-08-01 16:38:55 +03:00
Svyatoslav Nikolsky
ffd0621691 added DummyError alias 2017-08-01 16:22:19 +03:00
Svyatoslav Nikolsky
7deee2c46b CustomUserError -> UserError 2017-08-01 16:15:08 +03:00
Svyatoslav Nikolsky
9437b7bdfc merge 2 error enums 2017-08-01 14:44:33 +03:00
Svyatoslav Nikolsky
a02fdf5836 return custom user errors from native functions 2017-08-01 13:16:25 +03:00
NikVolf
f9bfb53e33 bump version 2017-07-31 13:20:11 +03:00
Nikolay Volf
1aa6c9ccd6 Merge pull request #79 from NikVolf/native_globals
Allow to pass user-defined globals along with user functions to env-native
2017-07-31 13:19:25 +03:00
Svyatoslav Nikolsky
8eee595e77 native globals 2017-07-31 11:58:24 +03:00
Nikolay Volf
1d12c323c1 Merge pull request #78 from frehberg/master
adding interpreter test for WASM generated from C++
2017-07-28 20:04:50 +03:00
Frank Rehberger
ad01ebdaaa adding interpreter test for WASM generated from C++ 2017-07-28 16:35:27 +02:00
NikVolf
c7cd6cf512 bump version 2017-07-28 13:46:49 +03:00
Nikolay Volf
01aa70463d Merge pull request #77 from NikVolf/do_not_export_mutable_globals
All globals, exported by env are non-mutable
2017-07-28 11:19:41 +03:00
Svyatoslav Nikolsky
548e6ebbf9 all globals, exported from env are non-mutable 2017-07-28 11:01:27 +03:00
Nikolay Volf
0d40a0dd3b Merge pull request #75 from NikVolf/data-example
Data segment inspection example
2017-07-27 17:10:34 +03:00