Commit Graph

99 Commits

Author SHA1 Message Date
Mark McCaskey
bc73789cc0 Prepare for 1.0.0 release 2021-01-05 06:21:03 -08:00
Mark McCaskey
2d1c03bea0 Prepare for 1.0.0-rc1 release 2020-12-23 11:17:07 -08:00
Mark McCaskey
59df6917d8 Prepare for 1.0.0-beta2 release 2020-12-16 07:41:59 -08:00
Simon Warta
ae7ec9da3b Remove unused dependency memmap 2020-12-14 01:42:03 +01:00
Simon Warta
fcf5de178e Fix description of Hash::new 2020-12-12 15:40:40 +01:00
Simon Warta
0ef1039018 Change Hash::into_array -> to_array 2020-12-12 15:40:40 +01:00
Simon Warta
830f6a2d1d Avoid unnecessary cast 2020-12-12 15:40:40 +01:00
Simon Warta
4d8e4788fe Test and simplify Hash::into_array 2020-12-12 15:40:36 +01:00
Mark McCaskey
947e7d394f Prepare for 1.0.0-beta1 release 2020-12-01 17:15:46 -08:00
Nick Lewycky
49b0a4a16a Prepare for 1.0.0-alpha5 release. 2020-11-06 11:50:07 -08:00
Nick Lewycky
986682e12f Fix cargo test -p wasmer-{cache,engine} and add them to make test-packages. 2020-10-27 13:07:57 -07:00
Mark McCaskey
61c88be863 Prepare for 1.0.0-alpha4 release 2020-10-08 16:47:14 -07: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
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
Nick Lewycky
fadd5d6699 Remove nearly-all mentions of reborn. 2020-08-13 11:32:14 -07:00
Syrus
48dd090da6 Updated build links 2020-07-29 17:30:15 -07:00
Syrus
79034f069d Improve crate readmes 2020-07-24 15:33:12 -07:00
Ivan Enderlin
1af475978e feat(cache) blake3 is no longer optional.
Without `blake3`, the crate doesn't compile as `blake3` is required by
`Hash::generate`. This function doesn't accept another hash for the
moment.
2020-07-23 12:48:15 +02:00
Syrus Akbary
dd3ba5a4bb Merge pull request #153 from wasmerio/feat-cache-wasmhash
feat(cache) `WasmHash` becomes more general, and is renamed `Hash`
2020-07-21 12:37:06 -07:00
Ivan Enderlin
4384f8735c Update lib/cache/README.md
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
2020-07-21 09:56:30 +02:00
Ivan Enderlin
274657eb0e Update lib/cache/README.md
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
2020-07-21 09:56:24 +02:00
Ivan Enderlin
6f0937fd03 Update lib/cache/src/filesystem.rs
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
2020-07-21 09:56:17 +02:00
Ivan Enderlin
e820ec7985 Update lib/cache/src/filesystem.rs
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
2020-07-21 09:56:08 +02:00
Nick Lewycky
635f8a4284 Remove references to non-existant clippy.toml. 2020-07-10 14:49:37 -07:00
Ivan Enderlin
a5a5e997a3 doc(cache) Improve the README.md with an example. 2020-07-10 16:20:04 +02:00
Ivan Enderlin
62da7d28cc feat(cache) Update WasmHash to Hash. 2020-07-10 16:19:49 +02:00
Ivan Enderlin
917f879a4b feat(cache) WasmHash becomes Hash.
To create a `WasmHash`, we need access to the bytes of a Wasm module,
which isn't possible with the new API as far as I know. So `WasmHash`
becomes `Hash` and can, semantically, represent any kind of key for
the cache.
2020-07-10 16:19:31 +02:00
Syrus Akbary
a0dcbca5f2 Apply suggestions from code review
Co-authored-by: nlewycky <nick@wasmer.io>
2020-06-12 13:01:27 -07:00
Syrus Akbary
baa1dec9b3 Apply suggestions from code review
Co-authored-by: Ivan Enderlin <ivan@mnt.io>
2020-06-12 03:16:21 -07:00
Syrus Akbary
b6a8313ea2 Improved cache system on Windows 2020-06-11 22:23:20 -07:00
Syrus
1e85e0d528 Update version to 1.0.0-alpha.1 2020-06-11 15:31:29 -07:00
Syrus
c6b34ecde3 Improved cache mechanism 2020-06-11 14:42:16 -07:00
Syrus
36223364e0 Updated Wasmer versions to 1.0 2020-06-11 09:52:26 -07:00
Syrus
17bca3cf8e Use minor versions instead of patch 2020-05-27 17:42:47 -07:00
Syrus
f3bb2241f0 Fixed linting issues 2020-05-18 17:41:25 -07:00
Syrus
88b4533832 Merge branch 'master' into native-engine
# Conflicts:
#	Cargo.lock
#	lib/api/src/externals.rs
#	lib/compiler/src/relocation.rs
#	lib/engine-jit/src/link.rs
#	lib/engine/src/engine.rs
2020-05-18 17:26:49 -07:00
Mark McCaskey
09efdfea73 Fix clippy warnings, apply 2020-05-13 17:21:52 -07:00
Syrus
d4e9c16e16 Added I/O errors to de/serializing 2020-05-08 16:56:19 -07:00
Syrus
9d8e1b3185 Improved caching to be per-engine/per-compiler 2020-05-08 14:24:05 -07:00
Syrus
6fe3d362b2 Added API to deserialize from file 2020-05-07 22:15:27 -07:00
Syrus
556e134b73 Merge branch 'master' into engine 2020-05-03 10:57:47 -07:00
Syrus
45e2e210ea Imporved author names 2020-05-03 10:57:25 -07:00
Syrus
c40ec78191 Trying to clean-up dependencies 2020-05-03 00:54:38 -07:00
Syrus
327a1fea51 Improved READMEs 2020-05-02 16:21:11 -07:00
Syrus
ad2c9ee540 Improved run command 2020-04-30 04:38:02 -07:00
Syrus
1644f599c1 Added support for custom cache keys 2020-04-29 22:30:29 -07:00
Syrus
67775e03bf Added cache to the mix 🎉 2020-04-29 22:04:32 -07:00