wabt
7898e57f
- Parse ArrayTypes (#1364)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Parse ArrayTypes (#1364) The following formats are supported: * (type (array i32)) * (type (array (field i32))) * (type (array (field (mut i32)))) This PR adds support for reading/writing binary and text, but no interpreter support yet.
References
#1364 - Parse ArrayTypes
Author
binji
Parents
dc396c9d
Loading