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 Playground

151 pointsby ifreeover 1 year ago

5 comments

thrdbndndnover 1 year ago
Question from someone knew very little in this domain: what stops mass adoption of WebAssembly?<p>A few years ago, I used a WASM demo website which can use a WASM version of ffmpeg to mux audio and video into a file (transcoding obviously wasn&#x27;t practical, at least not at that time), and I was very impressed. I can see lots of potential of it.<p>But I still haven&#x27;t see much usage of it even today.<p>(To be totally honest -- i&#x27;d rather it&#x27;s <i>not</i> popular because it would make debugging websites&#x2F;web applications close to impossible; but that&#x27;s besides the point.)
评论 #39258514 未加载
评论 #39258147 未加载
评论 #39259508 未加载
评论 #39261076 未加载
评论 #39258152 未加载
评论 #39258334 未加载
评论 #39258304 未加载
评论 #39258144 未加载
评论 #39259447 未加载
评论 #39258467 未加载
评论 #39258115 未加载
评论 #39259167 未加载
评论 #39258936 未加载
评论 #39273584 未加载
评论 #39262378 未加载
评论 #39259095 未加载
评论 #39258116 未加载
评论 #39258058 未加载
评论 #39258537 未加载
评论 #39262068 未加载
评论 #39261525 未加载
评论 #39258159 未加载
评论 #39261244 未加载
评论 #39258125 未加载
评论 #39258242 未加载
评论 #39260227 未加载
评论 #39259308 未加载
DanielHBover 1 year ago
In my job we are using duckdb compiled to wasm in our browser-based application. We store time series data in it and can query the data to show charts and logs using SQL.<p>We insert the data into the database as we collect it, then we query the database for showing charts with the query parameters (time-range, parameters to plot, etc) based on the UI controllers. We also use its built-in parquet export functionality. It works great.
pjmlpover 1 year ago
&gt; lib&#x2F;wasm32-wasi&#x2F;crt1.o: undefined symbol: main<p>Oops.
评论 #39258718 未加载
nilsliceover 1 year ago
Very cool -- if anyone else is curious about the WebAssembly code that powers this app, here are some pre-analyzed modules from the page:<p>337.35kB, 5 imports, 29 exports <a href="https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=2c72ee42bd9430029dda8c6bafc9f37143f6fe88d5f1ea950a70259ab748bcfe" rel="nofollow">https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=2c72ee42bd9430029d...</a><p>29.77MB, 27 imports, 1215 exports (!) <a href="https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=2a466f0e990329d3230b869d04fc20803eae96a7feb3a3f6c93e25a77b8aed1d" rel="nofollow">https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=2a466f0e990329d323...</a><p>18.59MB, 25 imports, 1 export <a href="https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=36419ed202011765222098d7701218378b67f634d50f0a4625059ae2c9860f48" rel="nofollow">https:&#x2F;&#x2F;modsurfer.dylibso.com&#x2F;module?hash=36419ed20201176522...</a>
Thorrezover 1 year ago
Is the site working? There seem to be broken sections: a section that just says &quot;undefined&quot;, a large section that&#x27;s blank, and a section that just says &quot;Error: process exited with code 1.&quot;.
评论 #39262069 未加载