Got VRCLV working in #ChilloutVR again, mod will be on my repo so it won't randomly dissappear into the void again 0.0
Also WASM soon, which will make things a LOT easier
Also WASM soon, which will make things a LOT easier
November 12, 2025 at 12:39 AM
Got VRCLV working in #ChilloutVR again, mod will be on my repo so it won't randomly dissappear into the void again 0.0
Also WASM soon, which will make things a LOT easier
Also WASM soon, which will make things a LOT easier
@ jyn Love this post tbh; this matches real closely to all the reasons why I'm interested in Wasm Components and what I'd like to eventually use them for.
Interest | Match | Feed
Interest | Match | Feed
Origin
toot.yosh.is
November 11, 2025 at 11:25 PM
... the browser as a presentation layer; Think WASM with DOM access, for example. Clearly, I'm advocating for a future that isn't here just yet, but I'm far from the only one doing so: www.youtube.com/watch?v=lc5N...
(5/7)
(5/7)
Why We Should Stop Using JavaScript According to Douglas Crockford (Inventor of JSON)
YouTube video by CultRepo
www.youtube.com
November 11, 2025 at 9:41 PM
... the browser as a presentation layer; Think WASM with DOM access, for example. Clearly, I'm advocating for a future that isn't here just yet, but I'm far from the only one doing so: www.youtube.com/watch?v=lc5N...
(5/7)
(5/7)
So does this mean I could do Blazor WASM, wrapped in MAUI Hybrid, wrapped in WASM!? #dotnetconf
November 11, 2025 at 9:07 PM
So does this mean I could do Blazor WASM, wrapped in MAUI Hybrid, wrapped in WASM!? #dotnetconf
With you on wasm, and might begrudgingly accept query selector, but mainly because it was efficient, not because it's an ideal solution.
November 11, 2025 at 8:33 PM
With you on wasm, and might begrudgingly accept query selector, but mainly because it was efficient, not because it's an ideal solution.
📢 Just released! BlazorWasmPreRendering.Build v10 is here, fully compatible with .NET 10 SDK (released today)!
✨ Static pre-rendering for Blazor Wasm
✨ SEO-friendly
✨ Lightning-fast initial loads
✨ Build-time magic
Try it now! github.com/jsakamoto/Bl... #blazor
✨ Static pre-rendering for Blazor Wasm
✨ SEO-friendly
✨ Lightning-fast initial loads
✨ Build-time magic
Try it now! github.com/jsakamoto/Bl... #blazor
GitHub - jsakamoto/BlazorWasmPreRendering.Build: When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder. - jsakamoto/BlazorWasmPreRendering.Build
github.com
November 11, 2025 at 7:54 PM
📢 Just released! BlazorWasmPreRendering.Build v10 is here, fully compatible with .NET 10 SDK (released today)!
✨ Static pre-rendering for Blazor Wasm
✨ SEO-friendly
✨ Lightning-fast initial loads
✨ Build-time magic
Try it now! github.com/jsakamoto/Bl... #blazor
✨ Static pre-rendering for Blazor Wasm
✨ SEO-friendly
✨ Lightning-fast initial loads
✨ Build-time magic
Try it now! github.com/jsakamoto/Bl... #blazor
https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-wasm/ > Untitled Enter forrnula JOG Custom Type System Envi ronnvnt Formula Running Time 26% 35% O Friday Cancel Edit Nc to Set TO value a vakw
November 11, 2025 at 7:25 PM
https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-wasm/ > Untitled Enter forrnula JOG Custom Type System Envi ronnvnt Formula Running Time 26% 35% O Friday Cancel Edit Nc to Set TO value a vakw
A guide to building WebAssembly components with the @moonbitlang.bsky.social, from setting up the toolchain to defining interfaces and building the Wasm file.
By @eastmad.bsky.social
By @eastmad.bsky.social
How To Build WebAssembly Components With the MoonBit Language
A guide to building WebAssembly components with the MoonBit language, from setting up the toolchain to defining interfaces and building the Wasm file.
bit.ly
November 11, 2025 at 7:00 PM
A guide to building WebAssembly components with the @moonbitlang.bsky.social, from setting up the toolchain to defining interfaces and building the Wasm file.
By @eastmad.bsky.social
By @eastmad.bsky.social
Query Selector was good, wasm, web Bluetooth - all reasonable APIs mostly because they're not encumbered by legacy.
November 11, 2025 at 6:54 PM
Query Selector was good, wasm, web Bluetooth - all reasonable APIs mostly because they're not encumbered by legacy.
I did it (github.com/UnusualEgg/l...). I had to write my own allocator, using danluu.com/malloc-tutor... as a reference because the normal allocator tried to grow the wasm memory, and the FixedBufferAllocator leaks memory if you don't alloc and free in FIFO order.
GitHub - UnusualEgg/low4la
Contribute to UnusualEgg/low4la development by creating an account on GitHub.
github.com
November 11, 2025 at 4:38 PM
I did it (github.com/UnusualEgg/l...). I had to write my own allocator, using danluu.com/malloc-tutor... as a reference because the normal allocator tried to grow the wasm memory, and the FixedBufferAllocator leaks memory if you don't alloc and free in FIFO order.
🚨 🚨 🚨 Injective launches native EVM (with WASM compatibility), onboarding 40+ dApps and promising 0.64s blocks and $0.00008 fees
#layer_1 #ethereum #defi #CoinDesk
https://whale-alert.io/stories/d55cba3ccd16/Injective-launches-native-EVM-with-WASM-compatibility-on
#layer_1 #ethereum #defi #CoinDesk
https://whale-alert.io/stories/d55cba3ccd16/Injective-launches-native-EVM-with-WASM-compatibility-on
November 11, 2025 at 4:18 PM
🚨 🚨 🚨 Injective launches native EVM (with WASM compatibility), onboarding 40+ dApps and promising 0.64s blocks and $0.00008 fees
#layer_1 #ethereum #defi #CoinDesk
https://whale-alert.io/stories/d55cba3ccd16/Injective-launches-native-EVM-with-WASM-compatibility-on
#layer_1 #ethereum #defi #CoinDesk
https://whale-alert.io/stories/d55cba3ccd16/Injective-launches-native-EVM-with-WASM-compatibility-on
The thing that makes it tempting to add a random-number generator as a Wasm component builtin is that random numbers are inherently not virtualizable, for some common meanings of "virtualizable".
Interest | Match | Feed
Interest | Match | Feed
Origin
hachyderm.io
November 11, 2025 at 3:33 PM
i wanted multiple frontends, including a php-wasm build (which technically works… just incredibly slow). 🐢
with claude’s help, i’ve now ticketed up the remaining issues to work through this week.
with claude’s help, i’ve now ticketed up the remaining issues to work through this week.
November 11, 2025 at 1:19 PM
i wanted multiple frontends, including a php-wasm build (which technically works… just incredibly slow). 🐢
with claude’s help, i’ve now ticketed up the remaining issues to work through this week.
with claude’s help, i’ve now ticketed up the remaining issues to work through this week.
it’s not fully complete yet, a few things still need work:
- full colour support
- audio issues
- frontend: sdl2 desktop build
- frontend: wasm performance
- full colour support
- audio issues
- frontend: sdl2 desktop build
- frontend: wasm performance
November 11, 2025 at 1:19 PM
it’s not fully complete yet, a few things still need work:
- full colour support
- audio issues
- frontend: sdl2 desktop build
- frontend: wasm performance
- full colour support
- audio issues
- frontend: sdl2 desktop build
- frontend: wasm performance
I still occasionally code in C++ (ultimately targeting WASM), and I love this feature.
learn.microsoft.com/en-us/cpp/cp...
learn.microsoft.com/en-us/cpp/cp...
if-else statement (C++)
Use if-else, if-else with initializer, and if-constexpr statements to control conditional branching.
learn.microsoft.com
November 11, 2025 at 11:51 AM
I still occasionally code in C++ (ultimately targeting WASM), and I love this feature.
learn.microsoft.com/en-us/cpp/cp...
learn.microsoft.com/en-us/cpp/cp...
Khalil Hennara, Ahmad Bastati, Muhammad Hreden, Mohamed Motasim Hamed, Zeina Aldallal, Sara Chrouf, Safwan AlModhayan
Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora
https://arxiv.org/abs/2511.07080
Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora
https://arxiv.org/abs/2511.07080
November 11, 2025 at 7:48 AM
Khalil Hennara, Ahmad Bastati, Muhammad Hreden, Mohamed Motasim Hamed, Zeina Aldallal, Sara Chrouf, Safwan AlModhayan
Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora
https://arxiv.org/abs/2511.07080
Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora
https://arxiv.org/abs/2511.07080
Hennara, Bastati, Hreden, Hamed, Aldallal, Chrouf, AlModhayan: Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora https://arxiv.org/abs/2511.07080 https://arxiv.org/pdf/2511.07080 https://arxiv.org/html/2511.07080
November 11, 2025 at 6:31 AM
Hennara, Bastati, Hreden, Hamed, Aldallal, Chrouf, AlModhayan: Wasm: A Pipeline for Constructing Structured Arabic Interleaved Multimodal Corpora https://arxiv.org/abs/2511.07080 https://arxiv.org/pdf/2511.07080 https://arxiv.org/html/2511.07080
Origin
archlinux.org
November 11, 2025 at 5:47 AM
Origin
archlinux.org
November 11, 2025 at 5:47 AM
Origin
archlinux.org
November 11, 2025 at 5:47 AM
https://zenn.dev/rerrah/articles/9431cefb02ccb7
この記事では、WebAssembly (WASM)、Web Worker API、Web Audio APIを組み合わせてリアルタイム音声生成する仕組みを解説しています。
音源チップエミュレーターをC++で記述し、EmscriptenでWASMにコンパイルしてWebブラウザで利用しています。
SharedArrayBufferを使って複数のスレッド間でメモリを共有し、AudioWorkletで音声サンプルを再生することでリアルタイム性を実現しています。
この記事では、WebAssembly (WASM)、Web Worker API、Web Audio APIを組み合わせてリアルタイム音声生成する仕組みを解説しています。
音源チップエミュレーターをC++で記述し、EmscriptenでWASMにコンパイルしてWebブラウザで利用しています。
SharedArrayBufferを使って複数のスレッド間でメモリを共有し、AudioWorkletで音声サンプルを再生することでリアルタイム性を実現しています。
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
zenn.dev
November 11, 2025 at 5:44 AM
https://zenn.dev/rerrah/articles/9431cefb02ccb7
この記事では、WebAssembly (WASM)、Web Worker API、Web Audio APIを組み合わせてリアルタイム音声生成する仕組みを解説しています。
音源チップエミュレーターをC++で記述し、EmscriptenでWASMにコンパイルしてWebブラウザで利用しています。
SharedArrayBufferを使って複数のスレッド間でメモリを共有し、AudioWorkletで音声サンプルを再生することでリアルタイム性を実現しています。
この記事では、WebAssembly (WASM)、Web Worker API、Web Audio APIを組み合わせてリアルタイム音声生成する仕組みを解説しています。
音源チップエミュレーターをC++で記述し、EmscriptenでWASMにコンパイルしてWebブラウザで利用しています。
SharedArrayBufferを使って複数のスレッド間でメモリを共有し、AudioWorkletで音声サンプルを再生することでリアルタイム性を実現しています。
Arch Linux - rust-wasm 1:1.91.0-1 (x86_64)
archlinux.org
November 11, 2025 at 5:47 AM
MY SILLY BILLY BASIC BOI RUST & WASM SEARCH ENGINE CRAWLER WORKS!!!! DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DA
November 10, 2025 at 10:04 PM
MY SILLY BILLY BASIC BOI RUST & WASM SEARCH ENGINE CRAWLER WORKS!!!! DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DAB DA
今日のZennトレンド
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
音色プレビュー機能のリアルタイム音声生成システムを解説している。
C++の音源エミュレーターをWebAssemblyで実行し、Web Workerで高負荷な波形生成をメインスレッドから分離。
生成サンプルはSharedArrayBufferによるリングバッファーを介してAudioWorkletに供給される。
これにより、複数のスレッドを並列動作させ、途切れのない音声再生を実現している。
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
音色プレビュー機能のリアルタイム音声生成システムを解説している。
C++の音源エミュレーターをWebAssemblyで実行し、Web Workerで高負荷な波形生成をメインスレッドから分離。
生成サンプルはSharedArrayBufferによるリングバッファーを介してAudioWorkletに供給される。
これにより、複数のスレッドを並列動作させ、途切れのない音声再生を実現している。
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
私が開発している音色共有サイトOPNShareに音色のプレビュー機能を追加しました.これは音色ページに表示されている鍵盤を押すと,その音高で音色が鳴る機能です.https://x.com/RerrahKRynn/status/1981723920760750514音色のプレビュー機能ではリアルタイムで音声波形の生成・再生を行っています.これはWebAssembly (WASM)やWeb Worke
zenn.dev
November 10, 2025 at 9:20 PM
今日のZennトレンド
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
音色プレビュー機能のリアルタイム音声生成システムを解説している。
C++の音源エミュレーターをWebAssemblyで実行し、Web Workerで高負荷な波形生成をメインスレッドから分離。
生成サンプルはSharedArrayBufferによるリングバッファーを介してAudioWorkletに供給される。
これにより、複数のスレッドを並列動作させ、途切れのない音声再生を実現している。
WASM×Web Worker×AudioWorkletで実現するリアルタイム音声生成
音色プレビュー機能のリアルタイム音声生成システムを解説している。
C++の音源エミュレーターをWebAssemblyで実行し、Web Workerで高負荷な波形生成をメインスレッドから分離。
生成サンプルはSharedArrayBufferによるリングバッファーを介してAudioWorkletに供給される。
これにより、複数のスレッドを並列動作させ、途切れのない音声再生を実現している。
Chicory (JVM native WebAssembly runtime) 1.6.0 is out, including Java 25 support. #java #wasm #chicory
chicory.dev/blog/chicory...
chicory.dev/blog/chicory...
Chicory 1.6.0 – Java Modules, Performance, and Enhanced Proposals | Chicory
Chicory 1.6.0: Java Modules, Performance, and Enhanced Proposals
chicory.dev
November 10, 2025 at 9:06 PM
Chicory (JVM native WebAssembly runtime) 1.6.0 is out, including Java 25 support. #java #wasm #chicory
chicory.dev/blog/chicory...
chicory.dev/blog/chicory...