GeistHaus
log in · sign up

interface-types/proposals/interface-types/Explainer.md at main · WebAssembly/interface-types

github.com

Contribute to WebAssembly/interface-types development by creating an account on GitHub.

6 pages link to this URL
A practical guide to WebAssembly memory

Memory in WebAssembly is one of the topics that creates confusion for newcomers, particularly for those with experience in languages with memory management features like garbage collection, such as JavaScript, Go, or Java. In this article we explore using memory in WebAssembly in various scenarios - passing JavaScript arrays to Rust and AssemblyScript modules, checking for some basic memory leaks using Valgrind, or exchanging strings between runtimes and modules using Wasmtime.

WebAssembly Reference Types in Wasmtime

A few week ago, I finished implementing support for the WebAssembly referencetypes proposal in Wasmtime. Wasmtime is a standalone,outside-the-Web WebAssembly runtime, and the reference types proposal isWebAssembly’s first foray beyond si...

2 inbound links website en