PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Specialize error message when loading 'socket' in WASM #879

Open Sainan opened 3 weeks ago

Sainan commented 3 weeks ago

https://pluto-lang.org/web/#code=require%20%22pluto%3Asocket%22

Right now this errors with 'socket' is not a valid pluto library which may be a bit confusing because it is a valid Pluto library, it's just not available on that platform.