Skip to content

jGundermann/wasm-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM-Compare

Main Goal

Compare a tiny webassembly application in different langagues. There are multiple wasm compiler. We will have a closer look a the rust (wasm-pack) and blazor (C#).

Wasm Pack

Github: https://github.com/rustwasm/wasm-pack

Langage: Rust

Pre requires:

Launch instruction:

  • Build the wasm binary
    • cargo build && wasm-pack build
  • Run webpack dev server
    • cd www
    • npm i && npm start
  • Browse http://localhost:8080

Blazor Server & Wasm

Github: Asp.net Core

Langage: C#

Pre requires: dotnet

Launch instruction:

Results

wasm pack (with npm serve)

wasm pack

blazor server (with kestrel and release config)

blazor server

blazor wasm (with kestrel and release config)

blazor wasm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published