829 Commits

Author SHA1 Message Date
NikVolf
dfd6152cda also assert_invalid fixture type 2017-06-05 18:13:17 +03:00
NikVolf
b6eea87552 remove forward 2017-06-05 17:47:30 +03:00
NikVolf
2a34ea4113 more tests 2017-06-05 17:46:12 +03:00
Nikolay Volf
574f36f123 Merge pull request #32 from NikVolf/endianness
'Endianness' tests integrated
2017-06-05 17:45:54 +03:00
NikVolf
0d15b88fe6 endianness tests integrated 2017-06-05 16:33:12 +03:00
Nikolay Volf
4fb1c80b3e Update README.md 2017-06-05 17:05:52 +04:00
Nikolay Volf
7d43be35e5 Update README.md 2017-06-05 17:05:11 +04:00
NikVolf
27e8a10e8b bump version 2017-06-05 15:59:51 +03:00
Nikolay Volf
dd9435897e Merge pull request #31 from NikVolf/testsuite
Test suite integration (i32 only so far added)
2017-06-05 15:58:50 +03:00
NikVolf
02db65187a remove ln 2017-06-05 15:47:21 +03:00
NikVolf
5e568cfbd6 make travis use latest gcc? 2017-06-05 15:39:56 +03:00
NikVolf
4449240a21 remove line 2017-06-05 15:33:31 +03:00
NikVolf
b094228a22 arrange first bunch of tests 2017-06-05 15:30:03 +03:00
NikVolf
e1d9dd2b79 overflow division fix 2017-06-05 14:01:10 +03:00
NikVolf
ede0de1247 division fix 2017-06-05 13:56:08 +03:00
NikVolf
d21b2a556b Merge branch 'master' into testsuite 2017-06-05 12:25:26 +03:00
Nikolay Volf
e809e4fd7d Merge pull request #30 from pyfisch/patch-1
Fix typo in readme example code
2017-06-04 01:13:24 +03:00
Pyfisch
add1676130 Fix typo in readme example code 2017-06-03 23:45:42 +02:00
NikVolf
4c84574475 bump version 2017-06-03 23:38:00 +03:00
NikVolf
a080b42db0 fix also functions_section -> function_section 2017-06-03 23:37:36 +03:00
NikVolf
8eb78497d3 bump version 2017-06-03 23:32:02 +03:00
NikVolf
35f22f3cdd rename FunctionsSection -> FunctionSection 2017-06-03 23:31:38 +03:00
NikVolf
d354b0ec38 organize fixtures 2017-06-03 22:14:38 +03:00
NikVolf
b0ebb66d3e fix warnings 2017-06-03 21:39:45 +03:00
NikVolf
0731a84b91 i32 tests fully working 2017-06-03 21:33:58 +03:00
NikVolf
dbea9f20ea ints running 2017-06-03 21:20:52 +03:00
NikVolf
2b024f4b3e Merge remote-tracking branch 'origin/master' into testsuite 2017-06-03 18:40:23 +03:00
NikVolf
edafa0cdf5 bump version 2017-06-03 18:32:10 +03:00
Nikolay Volf
2334f38474 Merge pull request #29 from NikVolf/api-ext
Fix api inconsistencies
2017-06-03 18:28:39 +03:00
NikVolf
af16f6dfc9 squash commits 2017-06-03 18:20:20 +03:00
NikVolf
5bb4559bf8 test suite support iniital 2017-06-03 17:45:03 +03:00
Svyatoslav Nikolsky
2e16c335e1 Merge pull request #25 from sunfishcode/simplify-functioncontext-new
Move FunctionContext::new's call to push_frame to Interpreter::run_function.
2017-06-03 05:57:54 +03:00
NikVolf
b9edc13cd0 bump version 2017-06-02 20:13:07 +03:00
Nikolay Volf
34e5164fc2 Merge pull request #27 from NikVolf/start-fix
Fix incorrect serialization of start section
2017-06-02 20:03:48 +03:00
NikVolf
bc69c680ee fix start section not pushing it's length 2017-06-02 19:59:29 +03:00
NikVolf
cec6131c3b failing test for start section 2017-06-02 19:57:25 +03:00
Nikolay Volf
c0866b2d2b Merge pull request #23 from sunfishcode/roundtrip
Add a "roundtrip" example which deserializes and serializes a module.
2017-06-02 19:33:14 +03:00
Dan Gohman
7e63159a1b Move FunctionContext::new's call to push_frame to Interpreter::run_function.
This makes it more consistent with run_block and others, and also means
that FunctionContext::new doesn't need to be passed the function body
and doesn't need to return a Result, which simplify its users.
2017-06-02 09:22:03 -07:00
Dan Gohman
828ae06805 Add a "roundtrip" example which deserializes and serializes a module. 2017-06-02 09:09:01 -07:00
NikVolf
9e32f7bc21 bump version 2017-05-31 21:18:22 +03:00
Nikolay Volf
2527571f8f Merge pull request #19 from rphmeier/fix-unsafety
make unsafe usages more safe
2017-05-31 21:17:31 +03:00
Robert Habermeier
8b14e9fdda make unsafe more safe 2017-05-31 18:44:52 +02:00
Nikolay Volf
bf56cd9488 Update README.md 2017-05-30 22:45:14 +04:00
NikVolf
ac373d5801 bump version 2017-05-30 21:36:45 +03:00
Nikolay Volf
39146a7209 Merge pull request #16 from NikVolf/mem-cfg
Expose custom memory params for new program
2017-05-30 17:40:23 +03:00
NikVolf
c03f2709cd public api and example update 2017-05-30 17:24:22 +03:00
NikVolf
d981bf4803 expose custom params for new program 2017-05-30 17:15:36 +03:00
NikVolf
c3821d5833 bump version 2017-05-23 16:40:47 +03:00
NikVolf
98ffe03729 update meta again 2017-05-23 16:40:31 +03:00
NikVolf
7bbd3cf4bb update meta 2017-05-23 16:39:16 +03:00