Mark McCaskey
61c88be863
Prepare for 1.0.0-alpha4 release
2020-10-08 16:47:14 -07:00
Syrus
ccb3fbd5c1
Fixed versions of Wasmer in READMEE
2020-09-15 14:32:16 +03:00
Mark McCaskey
ead9532004
Prepare for 1.0.0-alpha3 release
2020-09-14 13:12:56 -07:00
Syrus
2cd12213fb
Standardize Cargo files of all crates
2020-09-13 22:11:16 +03:00
Mark McCaskey
1ee2ba30a2
Prepare for 1.0.0-alpha02.0 release
2020-09-11 14:40:25 -07:00
Ivan Enderlin
f146f5ad6d
fix(compiler-cranelift) Don't generate a FrameTable if function body inputs is empty.
...
If we have no function body inputs, we don't need to construct the
`FrameTable`. Constructing it, with empty FDEs will cause some issues
in Linux.
2020-08-31 12:22:04 +02:00
Mark McCaskey
d81c9dd686
Fix up Cargo manifests for publishing Wasmer
2020-08-17 10:41:14 -07:00
Mark McCaskey
e06ca4ffd2
Prepare for 1.0.0-alpha01.0 release
...
This is the first alpha release of `1.0.0`: expect breaking changes.
The version suffix `alpha01.0` was chosen so that we can ship updates
that automatically update with the latter number and can prevent
auto-updates by incrementing the former number (which is not actually
a number as far as semver is concerned).
Also because crates.io sorts versions lexicographically, it will
display the wrong readme if we get to alpha10, so we pad with an extra
0 just in case we need more than 9 releases of alpha.
2020-08-14 16:08:44 -07:00
Mark McCaskey
6e974b92cd
Run cargo fmt
2020-08-13 18:12:43 -07:00
Mark McCaskey
5049c543dc
Rename wasm-common crate to wasmer-types
2020-08-13 17:59:26 -07:00
Nick Lewycky
fadd5d6699
Remove nearly-all mentions of reborn.
2020-08-13 11:32:14 -07:00
Syrus
55886c4a34
Enable SIMD in cranelift
2020-07-29 20:19:02 -07:00
Syrus
48dd090da6
Updated build links
2020-07-29 17:30:15 -07:00
Syrus
a732159514
Use better naming for module functions
2020-07-26 12:02:45 -07:00
Syrus
79034f069d
Improve crate readmes
2020-07-24 15:33:12 -07:00
Syrus
b7d41e1e31
Merge branch 'master' into feature/improve-thread-safety-of-core-types
...
# Conflicts:
# lib/api/src/instance.rs
# lib/engine-jit/src/artifact.rs
# lib/engine-native/src/artifact.rs
2020-07-23 15:29:13 -07:00
Ivan Enderlin
fa621b07ae
feat(compiler-cranelift) Enable the std feature of wasm-common.
2020-07-23 15:54:30 +02:00
Syrus
1293df8dd6
Added Debug to public structs. Close #173
2020-07-21 20:38:32 -07:00
Ivan Enderlin
9b9c032c93
doc(compiler-cranelift) Fix link to example + reformat.
2020-07-16 10:23:50 +02:00
Syrus
8677ac1b0c
Fixed examples urls
2020-07-15 12:39:06 -07:00
Syrus
6f1677f5b3
Added more examples
2020-07-14 14:14:46 -07:00
Nick Lewycky
138899c186
Remove verify_ir() from Cranelift and LLVM config classes.
...
It's replaced by `enable_verifier()` on the CompilerConfig trait.
Enable verifier for all compilers (it's a no-op on singlepass but enabled
nevertheless) when running tests.
2020-07-13 12:13:49 -07:00
Nick Lewycky
635f8a4284
Remove references to non-existant clippy.toml.
2020-07-10 14:49:37 -07:00
Mark McCaskey
f9bce8858b
Merge branch 'master' into feature/improve-thread-safety-of-core-types
2020-07-09 13:57:58 -07:00
Syrus
d93c4deaab
Update dependencies
2020-07-08 00:02:04 -07:00
Syrus
92f8651312
Renamed wasmer_runtime to wasmer_vm
2020-07-07 21:26:06 -07:00
Syrus
b57a28edc7
Removed Memory plans in favor of direct styles
2020-07-07 16:50:08 -07:00
Syrus
416b76ab34
Move offset_guard_size to the memory style
2020-07-07 15:58:46 -07:00
Syrus
98f2e8fe26
Remove TablePlans
2020-07-07 15:10:03 -07:00
Mark McCaskey
d4d738d97e
Add an extra layer of indirection for shared globals
2020-07-02 18:23:19 -07:00
Ivan Enderlin
fb956bf51e
fix(compiler-cranelift) Remove an unused import.
2020-06-23 10:34:17 +02:00
Syrus
56c2f52001
Improved Compiler API
2020-06-22 14:58:58 -07:00
Nick Lewycky
2017acf99e
Some clippy cleanup.
2020-06-20 13:43:46 -07:00
Syrus
30516b5930
Improved docs
2020-06-18 13:24:41 -07:00
Syrus
e604d6db49
Fixed linting
2020-06-18 13:08:52 -07:00
Syrus
769ffebb61
Improved feature-generation to be compiler-based
2020-06-18 02:11:54 -07:00
Syrus
422051ebe5
Simplified compiler config names
2020-06-18 01:36:25 -07:00
Syrus
99bd98458a
Improved compiler configurations
2020-06-17 22:47:32 -07:00
Syrus
8649f2eb79
Remove target from CompilerConfig
2020-06-17 20:26:50 -07:00
Syrus
e062e87d8b
Refactored Compilers
2020-06-17 19:17:06 -07:00
losfair
9d27bd2318
Merge remote-tracking branch 'origin/master' into middleware
2020-06-18 00:41:42 +08:00
Syrus Akbary
2efa44396e
Apply suggestions from code review
...
Co-authored-by: nlewycky <nick@wasmer.io >
2020-06-16 22:07:37 -07:00
Syrus
03494ac1a2
Unify trampolines in Compilation object
2020-06-16 20:11:47 -07:00
Syrus
1e590f1bea
Fixed import order
2020-06-16 13:57:38 -07:00
Syrus Akbary
2ee55add0b
Added support for ARM-based machines
2020-06-16 19:58:47 +00:00
losfair
69ce68c31a
Merge remote-tracking branch 'origin/master' into middleware
2020-06-17 00:52:20 +08:00
Syrus
439e4017ee
Improved attributions message
2020-06-15 19:38:08 -07:00
Syrus
f2f795cd1f
Added attributions in all attributed files
2020-06-15 19:30:05 -07:00
Syrus
b00f899913
Update to Cranelift 0.65, wasmparser 0.57
2020-06-15 18:00:48 -07:00
Syrus
d915cb634f
Updated to latest cranelift
2020-06-15 17:26:46 -07:00