New Stack Maps for Wasmtime and Cranelift
Metadata
Source URL:: https://bytecodealliance.org/articles/new-stack-maps-for-wasmtime
Topics:: #wasm, #gc, #garbage-collection, #stack-maps
As part of implementing the WebAssembly garbage collection proposal in Wasmtime,which is an ongoing process, we’ve overhauled the stack map infrastructure inCranelift. This post will explain what stack maps are, why we needed to changeth...