NikVolf
8eaeb857dc
bump to 0.35.4
2018-12-06 13:23:51 +03:00
Nikolay Volf
b59e261a39
Merge pull request #254 from zhangpf/master
...
Export `BrTableData` for external use
2018-12-06 13:23:16 +03:00
Pengfei Zhang
02fa6327c7
Export BrTableData
for external use
2018-12-05 23:23:21 +08:00
Nikolay Volf
ce343b47d4
Merge pull request #253 from paritytech/show
...
Show function signature and code example
2018-12-04 14:32:26 +03:00
NikVolf
8d8d48f669
show function signature and code example
2018-11-30 15:57:34 +03:00
Nikolay Volf
edf79b683b
Merge pull request #249 from paritytech/drop-wast
...
Remove outdated wast files from resources
2018-11-29 16:07:46 +03:00
NikVolf
c7bac72ff6
remove more files
2018-11-29 12:11:13 +03:00
NikVolf
b8f0b22132
Merge remote-tracking branch 'origin/master' into drop-wast
2018-11-29 12:09:56 +03:00
Nikolay Volf
e29feea5a8
Merge pull request #248 from paritytech/docs
...
Imrpove docs visuals
2018-11-29 12:09:22 +03:00
NikVolf
d20582097d
bump to 0.35.3
2018-11-29 08:14:10 +03:00
Nikolay Volf
688718f8b1
Merge pull request #250 from gballet/mut-start-helpers
...
Helpers to manage start section
2018-11-29 08:13:33 +03:00
Guillaume Ballet
b649136590
fix tabs
2018-11-29 00:29:47 +01:00
Guillaume Ballet
d1dc069c84
Helpers to manage start section
2018-11-28 20:34:25 +01:00
NikVolf
ea11896799
remove outdated wast
2018-11-28 21:53:59 +03:00
NikVolf
87d7bead74
imrpove docs visuals
2018-11-28 21:52:24 +03:00
NikVolf
65ac493076
bump to 0.35.2
2018-11-28 20:32:59 +03:00
Sergey Pepyakin
8c774ba71d
Merge pull request #245 from alexcrichton/all-hex
...
Use hex for all SIMD opcodes
2018-11-19 20:51:48 +01:00
Alex Crichton
a23297d4c3
Use hex for all SIMD opcodes
2018-11-19 11:48:28 -08:00
Sergey Pepyakin
00cc0497f1
Merge pull request #244 from alexcrichton/custom-section-new
...
Add a function to create a `CustomSection`
2018-11-19 20:25:09 +01:00
Sergey Pepyakin
70ab64e86f
Merge pull request #243 from alexcrichton/renumber-simd
...
Renumber and reoganize SIMD opcodes
2018-11-19 20:24:25 +01:00
Alex Crichton
74fe0514b6
Add a function to create a CustomSection
2018-11-19 10:37:51 -08:00
Alex Crichton
c5369e0170
Renumber and reoganize SIMD opcodes
...
This handles the recent changes to the upstream proposal, which
renumbered and reorganized most of the opcodes, but AFAIK no functional
change was intended.
2018-11-19 10:36:05 -08:00
Nikolay Volf
80fa4bc1ea
Update README.md
2018-11-10 12:27:37 +01:00
Sergey Pepyakin
a4f0d49b56
Update the testsuite
...
Update the testsuite
2018-11-08 15:51:00 +01:00
Sergey Pepyakin
84ea83f40e
Fix too many locals problem.
2018-11-07 14:55:47 +01:00
Sergey Pepyakin
256b7f934d
Use wabt 0.7.1
2018-11-07 14:55:46 +01:00
Sergey Pepyakin
50c7a615f3
Travis maintenance ( #240 )
...
* Use GCC 8 for tests.
* Don't require sudo
* Use wabt 0.6
2018-11-02 14:57:17 +01:00
Sergey Pepyakin
da0b96ac45
Merge pull request #232 from paritytech/bump-version-0.35.1
...
Bump version to 0.35.1
2018-10-29 18:56:08 +01:00
Sergey Pepyakin
4dbed40707
Bump version to 0.35.1
2018-10-29 18:40:12 +01:00
Sergey Pepyakin
6e43ba42e5
Merge pull request #231 from alexcrichton/hash
...
Enable using `Type` in a `HashMap`
2018-10-28 18:25:36 +01:00
Alex Crichton
f1c6994d46
Enable using Type
in a HashMap
...
This commit adds `Hash` and `Eq` impls to `Type`, allowing it to be used
as a key in a `HashMap` if desired.
2018-10-28 09:08:52 -07:00
Nikolay Volf
0d0ae32deb
Update README.md
2018-10-18 16:05:07 +03:00
Nikolay Volf
2a25dd4255
Update README.md
2018-10-18 16:04:38 +03:00
Nikolay Volf
74e07f6995
Merge pull request #230 from paritytech/license
...
update LICENSE-MIT copyrights
2018-10-18 15:50:46 +03:00
debris
7eb75a9674
update LICENSE-MIT copyrights
2018-10-18 12:14:01 +02:00
NikVolf
a8f76dbc67
bump to 0.35
2018-10-16 20:55:29 +03:00
Nikolay Volf
94669079e9
Merge pull request #229 from paritytech/ser-atomics-strict-flags
...
Be more stricter about flags in ResizableLimits.
2018-10-16 20:54:54 +03:00
Sergey Pepyakin
072d88fad9
Be more stricter about flags in ResizableLimits.
2018-10-16 16:48:20 +02:00
Sergey Pepyakin
cb7359e8a1
Merge pull request #227 from alexcrichton/bulk-memory
...
Add support for the bulk memory operations proposal
2018-10-16 16:35:25 +02:00
Alex Crichton
8a83235ee3
Add support for the bulk memory operations proposal
...
https://github.com/WebAssembly/bulk-memory-operations
2018-10-16 07:34:15 -07:00
Alex Crichton
132850f20f
Export MemArg
from ops
2018-10-08 12:49:34 -07:00
Alex Crichton
a056b41b56
Allow specifying a shared memory import
2018-10-08 12:49:34 -07:00
NikVolf
a411a15b0c
bump to 0.34
2018-10-05 17:25:19 +03:00
Sergey Pepyakin
e4f63a68a4
Merge pull request #225 from alexcrichton/simd
...
Add support for experimental SIMD instructions
2018-10-05 15:22:11 +02:00
Alex Crichton
ceef8c2f30
Add support for experimental SIMD instructions
...
Specified at https://github.com/WebAssembly/simd/blob/master/proposals/simd/BinarySIMD.md
2018-10-04 10:11:21 -07:00
NikVolf
616c7d92a6
bump to 0.33
2018-10-04 14:12:43 +03:00
Sergey Pepyakin
26fd8a68c4
Merge pull request #226 from alexcrichton/sign-extend
...
Add recently added sign extension instructions
2018-10-04 09:51:37 +01:00
Alex Crichton
ca4b9969f9
Add recently added sign extension instructions
...
Specified at https://github.com/WebAssembly/sign-extension-ops
2018-10-03 23:51:30 -07:00
NikVolf
abbf8dde37
bump to 0.32
2018-08-28 13:01:42 +03:00
Nikolay Volf
ffc43f9d04
Merge pull request #223 from alexcrichton/atomics
...
Add support for atomic instructions
2018-08-28 13:00:29 +03:00