Files
wasmtime/cranelift/interpreter
Jan-Justin van Tonder 0521155896 cranelift: Add atomic_rmw to interpreter (#5817) (#5856)
As per the linked issue, atomic_rmw was implemented without specific regard for thread safety.
Additionally, the relevant filetest (atomic-rmw-little.clif) was enabled and altered to fix an
inccorrect call to test function `%atomic_rmw_and_i64` after setting up test function
`%atomic_rmw_and_i32`.
2023-02-23 10:24:56 +00:00
..
2023-02-06 09:10:19 -06:00
2020-05-07 16:51:09 -07:00
2020-05-07 16:51:09 -07:00

This crate provides an interpreter for Cranelift IR. It is still a work in progress, as many instructions are unimplemented and various implementation gaps exist. Use at your own risk.