The Wayback Machine - http://web.archive.org/web/20200628110806/https://github.com/topics/web-assembly
Skip to content
#

WebAssembly

web-assembly logo

WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.

Here are 92 public repositories matching this topic...

JvSSD
JvSSD commented Dec 9, 2019

When following along going through the readme, at first I couldn't get the code to compile. Going through the source code, I found out that I also needed the following using entries in _Imports.razor for it to compile:
@using Blazor.Extensions for the BECanvasComponent and
@using Blazor.Extensions.Canvas.Canvas2D for the Canvas2DContext.

This mismatch between the code and the read

datvm
datvm commented Feb 26, 2020

I was so confused because the doc state that I should use ILocalStorage but in my package installed from Nuget there is no such thing. I checked the source code and see ILocalStorage is there but have no idea why I can't use it.

Turned out the Nuget official release is still at 1.0.0 (I see there are 2 preview versions now), and there is an update 3 months ago that change it.

I think the

Organization
WebAssembly
Website
webassembly.org
Wikipedia
Wikipedia

Related Topics

asmjs javascript
You can’t perform that action at this time.