PlutoLang / Pluto

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

Use std::string for wcall #811

Closed Sainan closed 2 months ago

Sainan commented 2 months ago

std::string has no expectations for how the Lua stack should look, so we can't possibly disappoint it.