Stream: git-wasmtime

Topic: wasmtime / issue #1146 Load/store R32/R64 types


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 22:18):

cfallin unlabeled issue #1146:

Most likely global.set/.get or table.set/.get for reference types will be translated into regular memory load and store instructions. Currently, their implementations are missing at codegen side. The https://github.com/CraneStation/cranelift/pull/1073 performs the translation of the wasm, but CL validator fails when ref types and globals/tables operations are present (see e.g. example)

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 22:18):

cfallin labeled issue #1146:

Most likely global.set/.get or table.set/.get for reference types will be translated into regular memory load and store instructions. Currently, their implementations are missing at codegen side. The https://github.com/CraneStation/cranelift/pull/1073 performs the translation of the wasm, but CL validator fails when ref types and globals/tables operations are present (see e.g. example)


Last updated: Nov 22 2024 at 17:03 UTC