tinygo-org / playground

TinyGo playground and VS Code extension
https://play.tinygo.org/
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

v0.18 error on playground #11

Closed deadprogram closed 3 years ago

deadprogram commented 3 years ago
TypeError: WebAssembly.instantiate(): Import #0 module="wasi_snapshot_preview1" error: module is not an object or function
aykevl commented 3 years ago

Yes, for that we need to update the server that serves play.tinygo.org. I believe that's served by Netlify? It is fixed in 9b3267f2128048a7c6c0e0175ee8474aa330b470 but needs to be deployed.

deadprogram commented 3 years ago

Committing to master does the deployment. Hence now closing as it has been resolved. Thanks @aykevl

aykevl commented 3 years ago

Ah okay, thanks! That's good to know.