jacereda
jacereda
This should reduce bloat, any reason not to do it? I haven't measured build times myself, maybe it would be better to do it only on Release builds if it's...
Hi, I was quite surprised to see such a difference with gforth. My intuition is that it is due to the lack of TOS caching. Have you considered that approach?
There should be some way to emit a string without a newline, and looks like `tracef` is the answer if it didn't emit the final newline. See https://github.com/aduros/wasm4/pull/611 In Forth...
Fix #417
This is my attempt to fix `tracef` for the wasm3 runtime. Looks convoluted, and it is, but it's just that implementing this portably is a PITA.
Hi, Is it possible to implement something like the clipPath tag in SVG with the current API? Something like the attached image. Thanks! 
Shouldn't this allocate `contour_count+1` elements? https://github.com/solenum/msdf-c/blob/87857619bf8f40e82d1a63c3ec46bc54ea17277d/msdf.c#L766C67-L766C67
``` > gread $ gshow (42::Int) :: [(Int,String)] [(42,"")] > gread $ gshow ((-42)::Int) :: [(Int,String)] [] ```
Some projects use a single repository for different modules each with its own package.json file. Could we get some way to specify something like this in the node-packages-x.json file? ```...
This is a WIP yet, attempting a port to Haiku.