WattleScript / wattlescript

WattleScript C# scripting engine.
https://wattlescript.github.io
Other
58 stars 3 forks source link

Missing Documentation #69

Open FLAMESpl opened 8 months ago

FLAMESpl commented 8 months ago

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?

MirKml commented 6 months ago

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.

FLAMESpl commented 5 months ago

@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.