Friday, March 06, 2020

free course: Algorithms with Go

Algorithms with Go

Sign Up (it's FREE)
Algorithms with Go is free, but you need to provide a working email address to gain access.
I won't spam you and unsubscribing is very easy.

WebAssembly += Unity3D

Scripting Applications with WebAssembly - Miguel de Icaza

"Unity3D engine features a capability where developers can edit the code for their program, hit “play” and observe the changes right away, without a visible compilation step. C# code is compiled and executed immediately inside the Unity editor in a seamless way.
This is a scenario where scripted code runs with full trust within the original application. The desired outcome is to not crash the host, be able to reload new versions of the code over and over, and not really about providing a security boundary.
This capability was built into Unity using .NET Application Domains: a code isolation technology that was originally built in .NET that allowed code to be loaded, executed and discarded after it was no longer needed."