CountBleck

Results 75 comments of CountBleck

@lebrunel that would be great, thanks!

`AS240: Ambiguous operator overload `==` (conflicting overloads 'operator-overload-ambiguity/A#__eq' and 'operator-overload-ambiguity/B#__eq')` possibly.

I can't say all that much about the contents of the PR. @dcodeIO knows what's best. To upgrade the minor version, you need the `BREAKING CHANGE:` or `major:` prefix, so...

Does updating to the latest version have any effect?

Under what environment are you running the module? More information would be helpful.

> This output might be parsed by something else. @mariusa why not parse around those prepended strings then? If finer-grained control is needed, `process.stderr.write("foo\n")` can be used. I'd think `console.{log,error,info,debug,warn}()`is...

That looks like a bug from how internal names are generated.

On a sidenote, [specifying `MALLOC_IMPL=none`](https://github.com/WebAssembly/wasi-libc/blob/main/Makefile#L360) when compiling `wasi-libc` won't compile any `malloc` implementation, which lets us provide our own. Alternatively, we could fork `wasi-libc` and add our own implementation there.

Whoops, sorry, I didn't realize you removed the request to review.