You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agree, there is nothing about Wattle language - without LUA mode. I'm interested in, because there isn't many script solutions for .NET. Moonsharp seems dead.
@MirKml Interesting alternative is scripting in c# (or generally in any language) then compile it to WASM in runtime (there is wasm-time port for dotnet). wasm-time allows you to run script in completely isolated environment and can interop with the host.
There isn't much in the readme and project does not have a real documentation.
I am wondering how to setup sandboxing for my scripts:
And also how to interop with .NET, whether it is possible in LUA mode too or only in WattleScript?
The text was updated successfully, but these errors were encountered: