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