Dan Gohman 35627cf37f Implement wasm trap handlers. (#27)
* Implement wasm trap handlers.

This adds signal handlers based on SpiderMonkey's signal-handler code.
The functionality for looking up the trap code and wasm bytecode offset
isn't yet implemented, but this is a start.

I considered rewriting this code in Rust, but decided against it for now
as C++ allows us to talk to the relevant OS APIs more directly.

Fixes #15.

* Compile with -std=c++11.

* Refactor InstallState initialization.

* Compile with -fPIC.

* Factor out the code for calling a wasm function with a given index.

* Fix unclear wording in a comment.
2018-11-27 06:05:58 -08:00
2018-11-26 22:50:07 -08:00
2018-11-27 06:05:58 -08:00
2018-08-03 16:00:41 -07:00
2018-11-26 22:50:07 -08:00
2018-08-03 15:44:31 -07:00
2018-11-25 07:09:46 -08:00

wasmtime

Standalone JIT-style runtime support for WebAsssembly code in Cranelift

Build Status Minimum rustc 1.30

This is a work in progress that is not currently functional.

Description
No description provided
Readme 125 MiB
Languages
Rust 77.8%
WebAssembly 20.6%
C 1.3%