Files
zig/src
Luuk de Gram 969f921162 wasm: ptr_elem_val use pointer type for local
When storing the address after calculating the element's address,
ensure it's stored in a local with the correct type. Previously it
would incorrectly use the element's type, which could be a float for
example and therefore generate invalid WebAssembly code.

This change also introduces a more robust `store` function.
2023-05-31 18:04:32 +02:00
..
2023-05-26 21:42:19 -07:00
2023-05-26 21:42:19 -07:00
2023-05-26 21:42:19 -07:00
2023-05-12 00:01:52 +03:00
2023-05-26 21:42:19 -07:00
2023-05-26 21:42:19 -07:00
2023-05-23 17:55:59 -07:00
2022-11-04 00:09:27 +03:30
2023-01-25 20:56:23 -07:00