Commit Graph

27 Commits

Author SHA1 Message Date
4384ddf9cd Improved EngineBuilder and Store API
- Store::new() now takes an impl Into<Engine>.
- Added Into<Engine> impls in each of the compilers
- Updated docs/migration_to_3.0.0.md on API usage
2022-07-28 15:20:26 +03:00
214346af3b Merge Backend into EngineBuilder and refactor feature flags 2022-07-27 21:03:24 +03:00
4a06b1d3f6 Rename engine's Universal type to Backend
The Universal type was essentially a builder of engines that's given a
compiler backend and creates an Engine with .engine() method. The name
was not clear.
2022-07-25 13:23:13 +03:00
a419ccdf52 Move Webassembly objects to Store and remove Context
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
Co-authored-by: Manos Pitsidianakis <manos@wasmer.io>
2022-07-19 15:31:51 +03:00
f744bac1a2 Store: replace new() with new_with_engine() and make new() take CompilerConfig
Since there's one engine now, it doesn't make sense to initialize a
`Store` with the engine specifically. It's an extra redundant step for
the API user.
2022-06-16 16:57:45 +03:00
e5a784a006 feat: Rename wasmer-engine-jit to wasmer-engine-universal.
This (small) patch renames the `wasmer-engine-jit` crate into
`wasmer-engine-universal`.
2021-05-25 16:12:06 +02:00
cac4583b19 Add links on all crates.io badges 2021-01-07 06:48:32 -08:00
0448f729fd Fix up readme files, remove version numbers 2021-01-07 06:36:27 -08:00
1ac42e2e3b Update usage of beta to rc 2020-12-23 11:33:53 -08:00
13e6f29c29 Set compiler config to be owned (following wasm-c-api) 2020-12-04 02:39:19 -08:00
e928a832a8 Update mentions of alpha to beta 2020-12-02 11:01:54 -08:00
ccb3fbd5c1 Fixed versions of Wasmer in READMEE 2020-09-15 14:32:16 +03:00
fadd5d6699 Remove nearly-all mentions of reborn. 2020-08-13 11:32:14 -07:00
48dd090da6 Updated build links 2020-07-29 17:30:15 -07:00
79034f069d Improve crate readmes 2020-07-24 15:33:12 -07:00
a7ee1332f8 Merge branch 'master' into doc-readmes 2020-07-20 10:25:15 +02:00
4322c8df02 Fixed links 2020-07-16 18:53:51 -07:00
5b8b54d088 Merge branch 'master' into singlepass-on-stable
# Conflicts:
#	Cargo.lock
#	lib/api/tests/externals.rs
2020-07-16 11:58:12 -07:00
72c8411bb7 doc(compiler-singlepass) Fix link to examples + add more links. 2020-07-16 10:09:45 +02:00
8677ac1b0c Fixed examples urls 2020-07-15 12:39:06 -07:00
6f1677f5b3 Added more examples 2020-07-14 14:14:46 -07:00
182b099c74 Update documentation and build configuration. 2020-07-01 23:56:46 +08:00
30516b5930 Improved docs 2020-06-18 13:24:41 -07:00
a0dcbca5f2 Apply suggestions from code review
Co-authored-by: nlewycky <nick@wasmer.io>
2020-06-12 13:01:27 -07:00
8db235538a Improve code based on comments 2020-06-12 12:46:16 -07:00
6924a9de08 Improved docs 2020-06-11 23:34:20 -07:00
9e107aa90d Added Singlepass README 2020-05-02 16:30:45 -07:00