Commit Graph

316 Commits

Author SHA1 Message Date
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
f98d5bba85 Fix build with only JIT enabled. 2020-08-14 15:36:40 -07:00
Nick Lewycky
fa929ba3d1 Fix compile error building lib/cli without default features and with native engine only. 2020-08-14 14:52:51 -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
Mark McCaskey
7849ac516e Remove debug code from main 2020-08-05 14:07:56 -07:00
Mark McCaskey
7e9d9cab08 Fix memory issue with Emscripten 2020-08-04 18:15:38 -07:00
Nick Lewycky
3d785909c1 Don't attempt to use the logging crate when debugging is disabled. 2020-08-03 18:53:47 -07:00
Nick Lewycky
e942410ef5 Fix the debug config feature and --debug flag. 2020-08-03 17:39:16 -07:00
Nick Lewycky
5e3d66703f Add support for llvm-debug-dir on functions with a V128 type. 2020-07-30 15:44:42 -07:00
Syrus
48dd090da6 Updated build links 2020-07-29 17:30:15 -07:00
Syrus
d86f8daa76 Added full support for WasiError::Exit code in the CLI 2020-07-24 22:53:19 -07:00
Syrus
79034f069d Improve crate readmes 2020-07-24 15:33:12 -07:00
Syrus
2dfa0eda10 Misc improvements 2020-07-23 10:43:32 -07:00
Syrus
8cab73e34f Move the cli into it’s own library 2020-07-22 21:32:45 -07:00