(no title)
rpeden | 1 year ago
And exporting to WASM works nearly identically to DllExport.
I used that to shift all the heavy lifting to .NET 9 AOT compiled to WASM in a fun little side project I've been working on: https://evo.ryanpeden.com
rpeden | 1 year ago
And exporting to WASM works nearly identically to DllExport.
I used that to shift all the heavy lifting to .NET 9 AOT compiled to WASM in a fun little side project I've been working on: https://evo.ryanpeden.com
rasmuskl|1 year ago
rpeden|1 year ago
I plan to put the source on GitHub shortly so others can use it as an example. Just need to clean things up a little first.