WebAssembly Reference Types in Wasmtime by @fitzgen fitzgeraldnick.com
A few weeks ago, I finished implementing support for the WebAssembly reference types proposal in Wasmtime. Wasmtime is a standalone, outside-the-Web WebAssembly runtime, and the reference types proposal is WebAssembly’s first foray beyond simple integers and floating point numbers, into the exciting world of garbage-collected references.
Report Story
Leave Your Comment