Stream: git-wasmtime

Topic: wasmtime / issue #2561 Remove imported_memory_XXX/memory_...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2021 at 18:37):

alexcrichton commented on issue #2561:

Fixed in https://github.com/bytecodealliance/wasmtime/pull/3023

view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2021 at 18:37):

alexcrichton closed issue #2561:

Continuation of https://github.com/bytecodealliance/wasmtime/pull/2556#discussion_r554016039

Due to the relative cost of [imported_memory_XXX and memory_XXX builtin environment] functions, could the distinction between local/imported memories be removed to halve the number of intrinsics added?

It is related to https://github.com/bytecodealliance/wasmtime/blob/5de5bf15650ec603e12f8d1183cac19794813a5e/crates/environ/src/builtin.rs#L6-L47 and newly defined in #2556 .

.... we did it awhile ago for a few reference types intrinsics but haven't gotten around to fixing things generally.


Last updated: Oct 23 2024 at 20:03 UTC