Sergey Pepyakin
|
93b61bc2dc
|
Old test uncommented
|
2017-12-05 17:43:17 +01:00 |
|
Sergey Pepyakin
|
e9ec5e8aa8
|
Clean
|
2017-12-05 17:25:32 +01:00 |
|
Sergey Pepyakin
|
42142f6513
|
Clean
|
2017-12-05 17:10:40 +01:00 |
|
Sergey Pepyakin
|
ba6018957a
|
Refactor limits test
|
2017-12-05 17:06:39 +01:00 |
|
Sergey Pepyakin
|
b146c21147
|
validate element section
|
2017-12-05 16:51:26 +01:00 |
|
Sergey Pepyakin
|
d30e4052cb
|
Add data section validation
|
2017-12-05 16:41:16 +01:00 |
|
Sergey Pepyakin
|
74f4c7c49a
|
Emit Opcode::End for init exprs
|
2017-12-05 16:31:07 +01:00 |
|
Sergey Pepyakin
|
e41e0f98ef
|
Refactor
|
2017-12-05 14:11:00 +01:00 |
|
Sergey Pepyakin
|
11e4cd6ba1
|
Import section validation
|
2017-12-05 12:57:42 +01:00 |
|
Sergey Pepyakin
|
056ac258cd
|
Test recursive calls
|
2017-12-05 12:41:14 +01:00 |
|
Sergey Pepyakin
|
71b8b933bf
|
Clean
|
2017-12-05 12:26:42 +01:00 |
|
Sergey Pepyakin
|
8afb7b6450
|
Add checks for tables and memories count.
|
2017-12-05 12:12:54 +01:00 |
|
Sergey Pepyakin
|
991fb8fcd8
|
Clean
|
2017-12-05 12:07:39 +01:00 |
|
Sergey Pepyakin
|
b20eaec695
|
Make require_function[_type] to return slice
|
2017-12-05 12:06:41 +01:00 |
|
Sergey Pepyakin
|
ad3f882274
|
Validate globals
|
2017-12-05 12:03:06 +01:00 |
|
Sergey Pepyakin
|
4984eca6d6
|
Clean
|
2017-12-05 11:39:51 +01:00 |
|
Sergey Pepyakin
|
71c9709885
|
get_global can only use imported globals.
|
2017-12-04 18:00:51 +01:00 |
|
Sergey Pepyakin
|
251d4d68db
|
Validate start_section
|
2017-12-04 17:36:48 +01:00 |
|
Sergey Pepyakin
|
7ea00b975b
|
Fix tests.
|
2017-12-01 20:27:33 +03:00 |
|
Sergey Pepyakin
|
29613aef9c
|
Use new validation.
|
2017-12-01 20:08:42 +03:00 |
|
Sergey Pepyakin
|
5b921b6cf9
|
Reimpl vanilla validator
|
2017-12-01 20:06:43 +03:00 |
|
Sergey Pepyakin
|
41e74eb889
|
Return ValidatedModule
|
2017-12-01 20:00:54 +03:00 |
|
Sergey Pepyakin
|
0feed2fa21
|
Refactor
|
2017-12-01 19:45:48 +03:00 |
|
Sergey Pepyakin
|
907b914fba
|
Move tests in separate file
|
2017-12-01 19:33:07 +03:00 |
|
Sergey Pepyakin
|
4cf6bf6868
|
Implement functions checking
|
2017-12-01 19:27:36 +03:00 |
|
Sergey Pepyakin
|
d92bfa1b2c
|
Global validation
|
2017-12-01 18:53:19 +03:00 |
|
Sergey Pepyakin
|
859d985599
|
Module fill context
|
2017-12-01 16:38:12 +03:00 |
|
Sergey Pepyakin
|
39f33cc32f
|
Clean
|
2017-12-01 16:38:03 +03:00 |
|
Sergey Pepyakin
|
13920517ad
|
Fix tests.
|
2017-12-01 15:36:56 +03:00 |
|
Sergey Pepyakin
|
040cbb5056
|
Validator extracted.
|
2017-12-01 15:35:16 +03:00 |
|
Sergey Pepyakin
|
12a1bcfe04
|
Reorganize
|
2017-12-01 09:07:56 +03:00 |
|
Sergey Pepyakin
|
28199fdac8
|
Add table validation.
|
2017-12-01 09:05:33 +03:00 |
|
Sergey Pepyakin
|
e46690d64a
|
Fix condition.
|
2017-12-01 09:05:25 +03:00 |
|
Sergey Pepyakin
|
990cf7fbf2
|
Mem validation
|
2017-12-01 08:58:25 +03:00 |
|
Nikolay Volf
|
99fb1ad1d4
|
Merge pull request #122 from paritytech/fix-loop-validation
Account that br_if to a header of a loop takes no value
|
2017-11-30 16:42:05 +03:00 |
|
Sergey Pepyakin
|
a40c0975e0
|
Account br_if to header of loop takes no value
|
2017-11-29 19:00:01 +03:00 |
|
NikVolf
|
bdf9ef9d8b
|
bump version and update metadata
|
2017-11-29 16:13:13 +03:00 |
|
Nikolay Volf
|
e2dd35652a
|
Merge pull request #120 from paritytech/mv-emscripten-module
Extract emscripten module
|
2017-11-29 16:11:33 +03:00 |
|
Sergey Pepyakin
|
caa2fca532
|
Review fixes.
|
2017-11-29 15:47:07 +03:00 |
|
Sergey Pepyakin
|
3b9ba19552
|
Move comment about spec to the trait header.
|
2017-11-28 18:21:10 +03:00 |
|
Sergey Pepyakin
|
d1ec18f757
|
Update & clean pwasm-emscripten/src/lib.rs
|
2017-11-28 18:16:30 +03:00 |
|
Sergey Pepyakin
|
bb1e0d93cc
|
Clean wasm.rs tests
|
2017-11-28 18:10:15 +03:00 |
|
Sergey Pepyakin
|
2690ca2018
|
Clean.
|
2017-11-28 18:10:15 +03:00 |
|
Sergey Pepyakin
|
9c79d48855
|
Fix examples
|
2017-11-28 18:09:55 +03:00 |
|
Sergey Pepyakin
|
746eb07d69
|
Fix native_env_function.
|
2017-11-28 18:09:27 +03:00 |
|
Sergey Pepyakin
|
a49cdfbadb
|
Fix native_env_global.
|
2017-11-28 18:09:27 +03:00 |
|
Sergey Pepyakin
|
d8bfb02fa5
|
fix env_native_export_entry_type_check
Also ignore "import_env_mutable_global".
|
2017-11-28 18:09:27 +03:00 |
|
Sergey Pepyakin
|
0749f8819b
|
Fix native_env_function_own_memory
|
2017-11-28 18:09:27 +03:00 |
|
Sergey Pepyakin
|
6680b915bf
|
Fix native_env_global.
|
2017-11-28 18:09:27 +03:00 |
|
Sergey Pepyakin
|
c3a3ad83fa
|
Some changes
|
2017-11-28 18:09:27 +03:00 |
|