Abbas Mashayekh
Abbas Mashayekh
FWIW, this is not limited to `externref`, it happens for all reference types since they can't be stored on memory. Just out of curiosity, @kripken would this entail setting the...
@surma Right, although this cannot happen yet in Binaryen, as it still doesn't have table operations and typed tables. But it shouldn't be too difficult to support reference types in...
Thanks for confirmation, @kripken. I'm in the middle of adding types to tables and element segments and after that I was planning to add table operations. I can see if...
@surma So I'm "almost" done with implementation of table instructions which was a prerequisite. My guess is that I will be able to get to Asyncify in about 10 days....
On the client side I had to rewrite the cubes.js lib in typescript just to get static type checking. Good to have it here, too. 👍🏼
@Stiivi Yes. It needs a bit of polishing and removing a few dependencies. Will publish it in a day or two.
@Stiivi I'm currently working on this. Is it enough to just have a simple `CubesInfo` named tuple with the four attributes mentioned? #398 is a little vague, I may have...
@kripken No `wasm-dis` is not assuming all features. In fact it does not assume any features unless a features section is present in the binary. Otherwise there wouldn't be a...
@kripken Yeah sure that works. I made PR #3548 that adds feature options, but if you think that's overkill, I can simply apply all features to the module right after...