bjorn3 / browser_wasi_shim

A WASI shim for in the browser
Apache License 2.0
299 stars 40 forks source link

Usage example doesn't work #68

Closed Averave closed 8 months ago

Averave commented 8 months ago

Uncaught SyntaxError: The requested module '@bjorn3/browser_wasi_shim' does not provide an export named 'ConsoleStdout'

The usage example tells you to install from NPM and use code which imports ConsoleStdout. However, the NPM package doesn't have any code for ConsoleStdout because the changes from #67 were not published to NPM.

bjorn3 commented 8 months ago

Published #67 as v0.2.19.

Averave commented 8 months ago

It works now, thanks!