Nicholas Wilson

Results 25 comments of Nicholas Wilson

In the short term though, (1) is by far the simplest. Emscripten really doesn't need to do these odd static allocations. It really wouldn't be hard to wean Emscripten off...

> This has proved more complicated than intiially thought since emscripten doesn't have any way to export C global to JS (there is no EXPORTED_GLOBALS anymore). So we could need...

We now have just the one place we do this (I think), in `InputChunk::copyRelocations`, where we create for each function/segment a list of the relocations that apply to it. If...

The optimisation to do a single pass (rather than n^2 traversal) is under review here: https://reviews.llvm.org/D42176

Sam, how about having one reloc section still (one section for functions, one for code), but we could add an explicit "subsection index" to each relocation: ``` struct WasmRelocation {...

Linking this to a duplicate Discussion with some upvotes: https://github.com/codecov/feedback/discussions/106

Wow, thanks for a quick reply! I have tested plan A (my one) and it works. I have tested your plan B, and it _doesn't_ work, because the options listed...

I have checked out your repo, and tested. I have two changes compared to your `ts-esm` test: 1. package.json has type: commonjs (yours has type: module, so TypeScript is loading...

Hello! This is useful feedback. You're right, I chose F4 kind-of at random. Ideally the shortcut to enter cell-ref-edit mode would be F2, because that's what the formula bar uses,...