Files
wasmtime/lib/execute
Dan Gohman f44fe25f9c Rewrite linear memory handling in terms of simple mmap/VirtualAlloc.
The memmap crate doesn't make it straightforward to have part of the
region be writeable and part readonly. Since this is a fairly boutique
use case, and we don't need all that much code, just use the low-level
APIs directly.

Also, introduce a concept of "tunables" for adjusting the parameters of
the runtime.
2018-12-05 02:25:34 -05:00
..
2018-11-27 06:05:58 -08:00
2018-11-29 05:57:32 -08:00
2018-11-26 04:52:39 -08:00

This is the wasmtime-execute crate, which contains wasm runtime support, supporting the wasm ABI defined by wasmtime-environ.