- Jun 01, 2022
-
-
Manos Pitsidianakis authored
-
- May 31, 2022
-
-
Syrus Akbary authored
Added bash for muls build config
-
ptitSeb authored
-
- May 30, 2022
-
-
Syrus Akbary authored
Add devcontainer
-
cyw3 authored
Signed-off-by:
cyw3 <2927096163@qq.com>
-
cyw3 authored
Signed-off-by:
cyw3 <2927096163@qq.com>
-
- May 25, 2022
-
-
Syrus Akbary authored
Make rayon optional in cranelift compiler
-
- May 24, 2022
-
-
ptitSeb authored
-
ptitSeb authored
-
ptitSeb authored
-
Syrus Akbary authored
CI: Install bash in alpine container
-
Manos Pitsidianakis authored
Alpine container was updated and bash is missing from the default packages. Install it explicitly.
-
Syrus Akbary authored
Typo fixed (line 19)
-
- May 23, 2022
-
-
bors[bot] authored
2889: Fix compilation of release builds with LLVM r=epilys a=epilys Co-authored-by:
Manos Pitsidianakis <manos@wasmer.io>
-
Manos Pitsidianakis authored
-
Manos Pitsidianakis authored
-
Manos Pitsidianakis authored
-
bors[bot] authored
2896: Update yanked crate version (crossbeam-channel 0.5.2) r=epilys a=epilys `cargo-deny` failed with ``` error[A005]: detected yanked crate ┌─ /github/workspace/Cargo.lock:44:1 │ 44 │ crossbeam-channel 0.5.2 registry+https://github.com/rust-lang/crates.io-index │ ----------------------------------------------------------------------------- yanked version │ = crossbeam-channel v0.5.2 └── rayon-core v1.9.1 └── rayon v1.5.1 ├── criterion v0.3.5 │ ├── (dev) wasmer-cache v2.2.1 │ │ └── wasmer-workspace v2.2.1 │ └── (dev) wasmer-workspace v2.2.1 (*) ├── wasmer-compiler-cranelift v2.2.1 │ ├── wasmer v2.2.1 │ │ ├── wasmer-cache v2.2.1 (*) │ │ ├── (dev) wasmer-derive v2.2.1 │ │ │ ├── wasmer v2.2.1 (*) │ │ │ └── wasmer v2.2.1 (*) │ │ ├── wasmer-emscripten v2.2.1 │ │ │ └── wasmer-workspace v2.2.1 (*) │ │ ├── (dev) wasmer-middlewares v2.2.1 │ │ │ └── wasmer-workspace v2.2.1 (*) │ │ ├── wasmer-middlewares v2.2.1 (*) │ │ ├── wasmer-wasi v2.2.1 │ │ │ ├── wasmer-wast v2.2.1 │ │ │ │ └── wasmer-workspace v2.2.1 (*) │ │ │ └── wasmer-workspace v2.2.1 (*) │ │ ├── wasmer-wast v2.2.1 (*) │ │ └── wasmer-workspace v2.2.1 (*) │ └── wasmer-workspace v2.2.1 (*) ├── wasmer-compiler-llvm v2.2.1 │ ├── wasmer v2.2.1 (*) │ └── wasmer-workspace v2.2.1 (*) └── wasmer-compiler-singlepass v2.2.1 ├── wasmer v2.2.1 (*) ├── (dev) wasmer-cache v2.2.1 (*) └── wasmer-workspace v2.2.1 (*) ``` Co-authored-by:
Manos Pitsidianakis <manos@wasmer.io>
-
Manos Pitsidianakis authored
-
- May 13, 2022
-
-
Darío Hereñú authored
-
- May 12, 2022
-
-
bors[bot] authored
2880: Fix conditional build for get_default_compiler_config of C-Api r=epilys a=ptitSeb # Description Fixed conditional build condition for `get_default_compiler_config(...)` Fixes #2839 Co-authored-by:
ptitSeb <sebastien.chev@gmail.com>
-
ptitSeb authored
-
bors[bot] authored
2881: bors.toml: Update status checks r=Amanieu a=epilys bors.toml wasn't updated with the new workflows merged in 86818452 and bors was timing out waiting on statuses that weren't there. Co-authored-by:
Manos Pitsidianakis <manos@wasmer.io>
-
Manos Pitsidianakis authored
bors.toml wasn't updated with the new workflows merged in 86818452 and bors was timing out waiting on statuses that weren't there.
-
- May 11, 2022
-
-
Syrus Akbary authored
Use Undefined instruction with payload to carry over TrapInformation on Singlepass
-
ptitSeb authored
-
ptitSeb authored
-
- May 06, 2022
-
-
Syrus Akbary authored
lib/c-api: fix env_finalizer being ran everytime WrapperEnv was dropped
-
Manos Pitsidianakis authored
We would like to run the environment finalizer callback only when the last reference to env pointer is dropped, which is when the Arc<_> reference count is one. Closes #2871
-
- May 05, 2022
-
-
ptitSeb authored
-
- May 04, 2022
-
-
Syrus Akbary authored
Github Actions: add linux-aarch64 release build
-
ptitSeb authored
-
ptitSeb authored
Added correct instruction traking for stand alone emited IllegalOp in Singlepass (to fix Trap opcode tracking)
-
Manos Pitsidianakis authored
-
Manos Pitsidianakis authored
-
- May 03, 2022
-
-
Syrus Akbary authored
Fix doc after VMOffset moved from wasmer_vm to wasmer_types
-
ptitSeb authored
-
ptitSeb authored
-
ptitSeb authored
-
bors[bot] authored
2851: Feat/wasmer wasm alt r=Amanieu a=ptitSeb # Description Abiility to build wasmer compile engine as WebAssembly, using a new CLI program `wasmer-compiler-cli`. This is done with following steps: * New wasmer-engine-universal-artifact (extracted from wasmer-engine-universal), that handle only compilation and serialization. * wasmer-engine-universal will uses this crate to create the artifact binary. * wasmer-compiler-cli uses this crate for offline compilation. Co-authored-by:
ptitSeb <sebastien.chev@gmail.com>
-