garrison hinson-hasty

Results 11 comments of garrison hinson-hasty

I'd absolutely love to take this on, the kind of implementation I would want to do by default would be something very similar to my [json library](https://github.com/garrisonhh/ghh_json). However, it's single-header,...

I'm more comfortable with the first use case, but writing something focused on performance and language interop sounds absolutely dope! I'll give it a shot and get back to you

Cool, I don't really know rust but the structure gives me some ideas. I'm creating a low-level token stream and then going to build higher-level stuff on top of that....

Hey guys, a couple questions about the spec: - Are args/props ordered? - Are nodes within a document or child block ordered? - Could all types of non-null values be...

Very cool! The API looks clean at a glance and from what I can see in the test file. I think it's fascinating that we independently used similar terminology like...

This only happens inconsistently, normally object files are placed in the `obj` directory as the wiki states is the default behavior. I also found another object file in my `~/dev/`...

[Here is the generated Makefile](https://pastebin.com/fvQjdwBE). I leave it in the `build` directory with `premake5.lua`, and I have a separate Makefile that just runs `cd build && make config=debug`, if that...

Unfortunately not in the current version! I recently made a branch specifically to deal with meta stuff like this, for now I would point you to the `object-reflection` branch. Here's...

tried my hand at adding linenoize, see #23!

this isn't a bug afaik, the [doc comment for m3_LoadModule](https://github.com/wasm3/wasm3/blob/772f8f4648fcba75f77f894a6050db121e7651a2/source/wasm3.h#L240) states that this is intended behavior