mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Now that we apply three annotations to every user memory access, factor it out into a new function to apply them. We do this for the load and stores, but not yet the atomicrmw's.
Wasmer Compiler - LLVM
This is the wasmer-compiler-llvm crate, which contains a
compiler implementation based on LLVM.