Kris Bitney

Results 39 comments of Kris Bitney

After looking into this more, I think allowing reserved words to be used for type and method names is going to be a bit more complicated. Doing so will require...

> After looking into this more, I think allowing reserved words to be used for type and method names is going to be a bit more complicated. Doing so will...

> I think this PR should address all cases in a unified way: > > * methods > * arguments > * type names > > I propose the following:...

> I didn't like the appending reserved words with `m_` but I really like the `_` append approach. > > But I have a question: Should users be allowed to...

replaced by https://github.com/polywrap/monorepo/pull/1171

I think this is really important! The wrap.info file can get really big right now. Uniswap v3 example: wrap.info -> 171kb wrap.wasm -> 799kb

Added support for passing providers directly into `connections.set`, to match the original spec: ```typescript connections.set("ropsten", newProvider); ```

> @krisbitney can you create a more detailed devexp description in this issue? I edited the issue to describe a UX. The `inspect` command wasn't my idea and I don't...

I get a different, but possibly related bug when I try to build with Vite (first time user). The difference is that Vite is failing to link a dependency of...

> @krisbitney when building using the `vm` strategy, it uses a pre-built docker image as the "vm" and runs a build script within it. This means that, in order for...