wasmer/lib/runtime-core
Pekka Enberg 089aab296d codegen: Remove unused LoadError import
Rustc complains that:

  warning: unused import: `parse::LoadError`
   --> lib/runtime-core/src/codegen.rs:7:5
    |
  7 |     parse::LoadError,
    |     ^^^^^^^^^^^^^^^^
    |
2019-05-06 20:42:35 +03:00
..
src codegen: Remove unused LoadError import 2019-05-06 20:42:35 +03:00
build.rs Add well placed unwind(allowed) attribute 2019-04-11 12:07:54 -07:00
Cargo.toml update version to 0.4.0 2019-04-29 13:26:51 -07:00
README.md doc(lib) Add basic README.md. 2019-03-29 10:17:24 +01:00

Wasmer logo

Build Status License Join the Wasmer Community Number of downloads from crates.io Read our API documentation

Wasmer Runtime Core

Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with Emscripten, Rust and Go. Learn more.

This crate represents the core of the runtime.