Jérôme Vouillon
Jérôme Vouillon
I think this can wait. I'm wondering whether this should work like`modes`. It makes a lot of sense to be able to generate both JavaScript and Wasm code.
Superseded by #10695
Another post-MVP feature I would be interested in is to be able to access JavaScript typed arrays (or ArrayBuffer objects) directly from WebAssembly. (Sure, one can access the linear memory...
I think it makes a lot of sense that a `` `Text "" `` is included in the output of `Re.split_full` only between delimiters. #233 adds a `Re.split_delim` function which...
There is no non-greedy star operator in POSIX regular expressions. And since POSIX regular expressions have a longest match semantics, it would not have the behavior you expect. You should...
This is fixed by #233.
Yes, we need to use `markup.ml`.
Would it make sense to eventually have unboxed arrays? Currently, to traverse an automata, we need to dereference two pointers in a sequential manner to go from one state to...
Thanks a lot! Unfortunately, this is still not quite enough, as there is a piece of code a bit later in the same file (around line 256) that calls read_untagged_float64...
> This PR disallows DWARF + GC, for now. We already disallow DWARF + multivalue, because in DWARF mode we want to keep the locals in the original order, and...