c0deine icon indicating copy to clipboard operation
c0deine copied to clipboard

Doesn't preserve header information to wasm

Open T-Brick opened this issue 5 months ago • 0 comments

When using headers, type information is not preserved to the WASM stage which is needed for linking correctly. Namely, if a header file declares a file but nothing ever defines it, then that type information needs to be included in the type section of the WASM binary so that the WASM can type check properly

T-Brick avatar Jan 12 '24 00:01 T-Brick