Dan Gohman
8e1b44b29c
Make more code work with no_std. ( #407 )
* Make more code work with no_std.
no_std support is still incomplete, but this patch takes care of the
bulk of the straightforward parts.
5 years ago
Artur Jamro
134bf467e7
Update cranelift to 0.44.0
5 years ago
Nick Fitzgerald
1848cc0868
deps: Update cranelift-* to 0.43.1
5 years ago
Yury Delendik
042c87763e
add invariant checks
5 years ago
Artur Jamro
fad70eb8bb
Refactor usage of SecondaryMap impls (serde, PartialEq)
5 years ago
Dan Gohman
d4f27dcc91
Update Cargo.toml metadata for publishing.
5 years ago
Dan Gohman
44367ba99a
Bump version to 0.2.0
5 years ago
Yury Delendik
5fc2d827b7
Update cranelift requirement from 0.37.0 to 0.38.0 ( #254 )
closes #248 , closes #249 , closes #250 , closes #251 , closes #252
5 years ago
Yury Delendik
0bc9d1fe6f
Update cranelift to 0.37.0 ( #236 )
Closed #228 , #227 , #226 , #225 , #224
5 years ago
Yury Delendik
fff0198fb7
Fix RelocationTarget::JumpTable handling in wasm2obj ( #195 )
5 years ago
Artur Jamro
165dc4944d
Simple module compilation cache ( #203 )
* Simple module compilation cache
* Fix base64 encoding bug
* Use warn! everywhere in cache system
* Remove unused import
* Temporary workaround for long path on Windows
* Remove unused import for non-windows builds
* Add command line argument to enable cache system + apply minor review feedback
5 years ago
Dan Gohman
1a10f4a002
Update to Cranelift 1.33 and require Rust 1.35.
Cranelift requires Rust 1.35; update accordingly.
5 years ago
Yury Delendik
210e959333
Allow jump tables in wasmtime.
5 years ago
Yury Delendik
fb9d6061e4
Update cranelift, faerie, target-lexicon and wasmparser deps
5 years ago
Jef
9bf6d73210
Integrate Lightbeam ( #51 )
* Integrate lightbeam
6 years ago
Yury Delendik
474809f5f3
Support imports in wasm2obj
6 years ago
Yury Delendik
2353be95e6
update cranelift deps to 0.30.0
6 years ago
Yury Delendik
94ca967d0a
Update faerie to 0.9.1
6 years ago
Dan Gohman
db0abe8431
Move the wasmtime crate directories form lib/* to wasmtime-*.
This follows a similar change to Cranelift made here:
https://github.com/CraneStation/cranelift/pull/660
6 years ago