hchac

Results 3 comments of hchac

Regarding: ``` E:/projects/odin_playground/src/main/main.odin:6:5: Error: 'Foo' used as a type when not a type a: Foo, ^~^ ``` Is there a scenario/feature that uses a previous struct field name as a...

As @DenialAdams mentioned, tinygo is internally calling wasm-opt with its own flags. This error happens during the tinygo compilation phase, before the `wasm-opt` post-build pass. I was able to compile...

Replacing all of `target.json` was probably too intrusive on my part. The contentious flag in the current `target.json` seems to be `--strip-all` https://github.com/aduros/wasm4/blob/aca37f98e509f96faa789efb9df8925d28f65bbf/cli/assets/templates/go/target.json#L21 Looks like this flag isn't playing nicely...