Dan Gohman
6c9cf2bacf
Switch from error_core to failure.
2018-02-23 21:49:59 -08:00
Dan Gohman
e37f45667f
Add an explicit std feature so that features are purely additive.
2018-02-23 21:49:55 -08:00
Lachlan Sneff
66a150e67a
lib/wasm works with no_std
2018-02-23 20:56:30 -08:00
Dan Gohman
2a26b70854
Update URLs.
2018-02-23 16:16:44 -08:00
Jakob Stoklund Olesen
ec746c3359
Add a publish-all.sh script.
...
Set identical version numbers on all cretonne-* crates and print "cargo
publish" commands.
Update all crates to version 0.1.0.
2018-02-23 12:51:14 -08:00
Dan Gohman
c7655c4928
Add minimal README.md files to published crates.
...
This will put descriptions on the packages' crates.io pages.
2018-02-21 20:50:03 -08:00
Dan Gohman
42e1616b82
Update to wasmparser 0.14.1.
2018-02-13 20:14:54 -08:00
Dan Gohman
ad2ffcd7fc
Update to wasmparser 0.13.0.
2017-10-13 12:43:04 -07:00
Dan Gohman
ac85ba0d68
Update to wasmparser 0.12.1.
2017-10-11 11:33:02 -07:00
Dan Gohman
d13f29cfe4
Update to wasmparser 0.11.2.
2017-09-26 14:58:50 -07:00
Dan Gohman
1ab207b93c
Add support for emitting code with a single return at the end. ( #153 )
...
This also enables testing of the wasmtests tests.
This also updates for wabt updating to the official "wat" filename
extension, as opposed to "wast".
2017-09-12 13:27:36 -07:00
Dan Gohman
de27abcb2b
Change translate_module to use FuncTranslator.
2017-09-11 18:01:50 -07:00
Dan Gohman
9bce21c17c
Update to wasmparser 0.9.4 for a bugfix in create_binary_reader.
2017-09-11 11:34:39 -07:00
Dan Gohman
3775fa4867
Update to wasmparser 0.9.3.
...
wasmparser's API is changing in anticipation of streaming decoding, so
it will now hand large data section initializers back in chunks rather
than all at once.
2017-09-08 16:17:31 -07:00
Dan Gohman
320c88f365
Rename cretonne_wasm to cton_wasm, for consistency with the other libraries.
2017-09-05 16:30:44 -07:00
Jakob Stoklund Olesen
9bc4264a33
Update dependency to wasmparser v0.8.2.
...
Soon we'll need the BinaryReader::read_local_decl() method which was
added in that release.
2017-09-01 09:31:39 -07:00
Denis Merigoux
ee9989c4b9
Dumped code from the wasm2cretonne repo.
...
Integrated wasm test suite translation as cretonne test
Fixes #146 .
Fixes #143 .
2017-08-28 15:57:43 -07:00