I don't understand why but fmt calls that call into fmt.fmt_value are causing some kind of memory corruption in WASM that manifests as bungled draw calls (the boxes should not be drawn in wireframe):
Currently I'm just not using any fmt calls but this is somewhat inconvenient for string manipulation.
I don't understand why but fmt calls that call into
fmt.fmt_value
are causing some kind of memory corruption in WASM that manifests as bungled draw calls (the boxes should not be drawn in wireframe):Currently I'm just not using any
fmt
calls but this is somewhat inconvenient for string manipulation.