bobajeff

Results 3 issues of bobajeff

This is split from and addresses comments on an earlier pr #34. Fixes #22.

I'm needing to use `browser.on` events similar to what puppeteer documents here: https://pptr.dev/#?product=Puppeteer&version=v5.5.0&show=api-class-browser The main ones I'm interested in are `browser.on('targetchanged')` and `browser.on('targetcreated')`. I think puppeteer sends `Target.setDiscoverTargets` [[1](https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-setDiscoverTargets)] on...

Running the js component, created following [this section](https://component-model.bytecodealliance.org/language-support/javascript.html) of the guide, from the [example host](https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host) no longer works. I guess because it's missing some wasi bits. ```sh Error: Failed to...