yjh

Results 105 comments of yjh

> If there is a need for it, perhaps we can add it. Maybe something along the lines of `--transform path/to/transform?arg1=1&arg2=2`? It's a good idea. And `transform hook` also need...

@dcodeIO Do you have some ideas about this features?

How about this? ```ts interface Foo { foo(t: T): void } class Bar implements Foo { foo(t: i32): void { } } class Baz implements Foo { foo(t: i8): void...

But the interface could not support dynamic dispatch if there are generic type in methods.

Proposal a style to create a stack value if could support this feature: a built function: `let foo = stackNew(...)`.

Return multi-value could be optimized to pass a new multi-value pointer as arg to hold it.

I want a hook to handle generated (wasm) files.

@wqcstrong 前文定义的compose 只组合2个函数。 所以才输出JUMPKICK啊 并没有使用reverse这个函数。 这里compose是组合任意多个函数的。要么自己写,要么调用lodash或者ramda的compose。

@Robbepop Hi, I found polkadot apps started to use new metadata format(My metadata cannot be uploaded to apps). ``` PortableRegistry: 3: Error extracting {"path":[],"params":[],"def":{"composite":{"fields":[{"name":"inner","type":2,"typeName":"FixedArray32","docs":[]}]}},"docs":[]}: Cannot read properties of undefined (reading...

Please always consider that metadata format should make other languages to adapt it easier.