Johan Kiviniemi

Results 29 comments of Johan Kiviniemi

> Every content script injection will cause this class to initiate a `window.postMessage` on each page load that it's whitelisted to. Our extension injects on `` for a variety of...

Thank you! I got it to work. I found two ways to add the data value as a dependency to the function which uses it: ```ts const foo = func(/*...*/);...

> [`importFunc`](https://github.com/zksecurity/wasmati/blob/ba01978dd64067df7f3ff8c081c6947dd36a96d3/src/export.ts#L76) doesn't seem to take module/name parameters, and it takes a JavaScript function parameter which I can't provide. On second thought, taking that JavaScript function might actually be really...

> That's already what importMemory does :D Ah, how silly of me. :-D As I didn't use that code path earlier, I failed to consider that it may already exist....

> Huh, OK nice. If it works, it works! I just noticed your series of PRs... Might re-open the one I closed. Unless I misunderstand which PR you meant by...

There seem to be some commercial products with this feature. It would be very nice to have it in an open source tool. These videos demonstrate the UI in the...

> Looks good, but can we call it `modify` instead of `manipulate`? Sure, I'll update my patch series in a bit.

> Looks good, but can we call it `modify` instead of `manipulate`? Updated.

I had forgotten to rename one `manipulateScript` as `modifyScript` in the documentation. Fixed, and tested that the code in the documentation works.