Slides for Wasmtime meeting on 2022-05-12 (#4149)

This commit is contained in:
Andrew Brown
2022-05-12 10:50:55 -07:00
committed by GitHub
parent 42873111b0
commit 2111f7dba8
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -61,7 +61,7 @@
some new async stuff; timeline is months
2. Shared memory implementation (i.e., changes to `VMContext`)
- Andrew: slides
- Andrew: [slides](wasmtime-05-12-slides.pdf)
- Andrew: working on shared memory in Wasmtime, help from Alex.
- Andrew: main problem is how to share `current_length` in
`VMMemoryDefinition`, which has a separate copy in each instance