WebAssembly + Custom Runtime + Associative Arrays

Johan j at j.nl
Tue Nov 10 20:46:57 UTC 2020


On Tuesday, 10 November 2020 at 18:24:03 UTC, Remi wrote:
> Hi all,
>
> I've been trying to compile a game project to WebAssembly for a 
> while. It had been going quite well but I'm hitting an issue 
> with associative arrays now and I don't know if it's a compiler 
> bug or something on my side.

I know almost nothing about webassembly, but I think 0 (`null`) 
is a valid memory address. Could that be the reason for the 
troubles? (some object allocated on address 0?)

-Johan



More information about the digitalmars-d-ldc mailing list