Add support for Blazor custom interop support. (#9713)
commitfa726d3ac7153d87ed187abd422faa4877f85bb5
authorKenneth Pouncey <kjpou@pt.lu>
Tue, 31 Jul 2018 06:37:11 +0000 (31 08:37 +0200)
committerAlexis Christoforides <alexis@thenull.net>
Tue, 31 Jul 2018 06:37:11 +0000 (31 02:37 -0400)
tree9006f4d33966313f70037e816e78f6ea721d8a35
parente34bddee3a5872ebef9f396b1acf72ede4fcbefd
Add support for Blazor custom interop support. (#9713)

* Add support for Blazor custom interop support.

This adds additional ability to perform unmarshalled calls for advanced but high-performance shared-memory interop.
* Note: * This is only safe in Blazor's case because of its exact usage patterns.

* Add dotnet_support.js backing file.
sdks/wasm/Makefile
sdks/wasm/dotnet_support.js [new file with mode: 0644]
sdks/wasm/driver.c