Files
wasmtime/crates
Alex Crichton 992d85ae8b Add a type parameter to VMOffsets for pointer size (#3020)
* Add a type parameter to `VMOffsets` for pointer size

This commit adds a type parameter to `VMOffsets` representing the
pointer size to improve computations in `wasmtime-runtime` which always
use a constant value of the host's pointer size. The type parameter is
`u8` for `wasmtime-cranelift`'s use case where cross-compilation may be
involved.

* fix lightbeam
2021-07-13 09:52:27 -05:00
..
2021-06-10 12:47:45 -05:00
2021-06-09 14:00:13 -05:00
2021-07-08 12:13:53 +02:00
2021-06-15 06:40:45 -07:00
2021-07-08 12:13:53 +02:00
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-07-07 12:07:04 -07:00