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)

view this post on Zulip Wasmtime GitHub notifications bot (Jan 15 2025 at 20:57):

alexcrichton closed 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 (Jan 15 2025 at 20:57):

alexcrichton commented on issue #1146:

This is a pretty old issue at this point and reference types are removed from cranelift now, so I'm going to close this.


Last updated: Jan 24 2025 at 00:11 UTC