TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WebAssembly First Public Working Drafts

112 pointsby EddieRingleover 7 years ago

6 comments

Ono-Sendaiover 7 years ago
Had a quick look through, looks interesting. Some thoughts<p>* Only 32-bit address space (although they do say &quot;Future version of WebAssembly might provide memory instructions with 64 bit address ranges&quot;)<p>* Webassembly is pretty low level. Just 4 basic types (integers, floats). No C-style structures even. This is lower level than e.g. LLVM IR, and lower level than the Java VM.<p>* No garbage collection support.<p>I hope Webassembly can be used from not just Javascript, but something like C++, directly.
评论 #16390523 未加载
评论 #16390948 未加载
评论 #16389678 未加载
raisantosover 7 years ago
The asp.net team is already hard at work on the Blazor project a web UI framework using C#&#x2F;Razor and HTML. <a href="https:&#x2F;&#x2F;github.com&#x2F;aspnet&#x2F;Blazor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aspnet&#x2F;Blazor</a>
评论 #16392838 未加载
评论 #16391598 未加载
评论 #16391518 未加载
mrashesover 7 years ago
I really love the idea of WebAssembly but am super intimidated by it. Being a junior frontend dev it seems like a really powerful piece of tech that could go in a million directions in the future.<p>My big hangup is understanding a low level use case for it. I&#x27;ve console.logged in wasm but only knowing javascript I don&#x27;t know where to go from here. Is the idea that you can utilize packages in any language then rebuild it in js?
评论 #16387943 未加载
评论 #16388354 未加载
评论 #16388818 未加载
评论 #16387890 未加载
评论 #16387930 未加载
评论 #16393040 未加载
评论 #16389027 未加载
jokoonover 7 years ago
I hope this is the future of the web.<p>If the DOM gets accessible from wasm, we&#x27;ll finally be able to avoid using javascript entirely.<p>It&#x27;s crazy how much time and effort are necessary to finally be able to make a piece of software work on any computer, without having to make different high level graphical API work together.<p>The cherry on top would be to have both the dom AND websockets.
评论 #16391242 未加载
评论 #16393890 未加载
mr_overallsover 7 years ago
Is anyone else afraid that this will enable a &quot;Tower of Babel&quot; effect where the coming sheer profusion of languages will fragment web programming into dozens of competing, mutually-incomprehensible linguistic camps.<p>Javascript sucks, but at least it&#x27;s the web&#x27;s lingua franca.
评论 #16393546 未加载
thefounderover 7 years ago
So you still need JS to load&#x2F;compile wasm or do anything useful(i.e DOM)...what a disappointment!
评论 #16389016 未加载
评论 #16389029 未加载
评论 #16389287 未加载