Building Spin Components in JavaScript | Fermyon Developer2023/04/01 20:38:49by guest;[edit] https://developer.fermyon.com/spin/javascript-components [wasmwebassemblyjavascript
]With JavaScript being a very popular language, Spin provides support for building components with it using the experimental SDK. The development of the JavaScript SDK is continually being worked on to
Lyra on WebRTC2022/11/04 17:15:34by guest;[edit] https://meeting.dev/lab/lyra-webrtc/loopback.html [webrtcwasmaivoice
]This sample shows Lyra on WebRTC MediaChannel. Chrome can use L16 (16-bit PCM BigEndian) by changing SDP. In this sample, L16 is set in PeerConnection, and L16 is extracted in TransformStream of En
Introducing WebContainers: Run Node.js natively in your browser2021/05/21 17:27:32by guest;[edit] https://blog.stackblitz.com/posts/introducing-webcontainers/ [nodejswasmbrowser
]A few years ago we realized that the web was heading towards a key inflection point. The advent of WebAssembly and new capabilities APIs made it seem possible to write a WebAssembly-based operating sy
Towards sockets and networking in WebAssembly and WASI | radu's 2021/01/27 12:55:51by guest;[edit] https://radu-matei.com/blog/towards-sockets-networking-wasi/ [wasmnetwork
]The current WASI snapshot actually contains a few methods for working with sockets: sock_recv, sock_send, and sock_shutdown - they are not quite enough for complete networking support, and they are un
Build your own WebAssembly Compiler2020/12/01 23:36:19by guest;[edit] https://blog.scottlogic.com/2019/05/17/webassembly-compiler.html [studywasm
]WebAssembly has been causing quite a stir over the last year. So much so, that it was voted the fifth ‘most loved’ language in Stack Overflow’s developer insights survey.
Using WebAssembly :: TinyGo - Go on Microcontrollers and WASM2020/05/22 07:48:34by guest;[edit] https://tinygo.org/webassembly/webassembly/ [golangwasm
]You can call a JavaScript function from Go and call a Go function from WebAssembly:
What’s in that .wasm? Introducing: wasm-decompile · V82020/04/28 16:56:25by guest;[edit] https://v8.dev/blog/wasm-decompile [wasm
]wasm-decompile produces output that tries to look like a
WebAssembly brings extensibility to network proxies | Google Ope2020/03/16 19:45:16by guest;[edit] https://opensource.googleblog.com/2020/03/webassembly-brings-extensibility-to.html [wasmdocker
]With the Istio 1.5 release we are happy to introduce WebAssembly (Wasm) extensions in Envoy, built with our long running collaborators Lyft and IBM. With partners like Solo.io deepening their engageme
Minimp3 Wasm Without Emscripten – kanejaku.org2020/02/08 10:53:27by guest;[edit] https://kanejaku.org/posts/2020/02/minimp3-wasm-without-emscripten/ [soundwasm
]I created a web-based mp3 decoder using minimp3. The decoder is a tiny WebAssembly compiled with clang version 9 (without Emscripten). Applying wasm-opt, the binary size of the decoder is just 21 KB.
Building Graphical Applications with Wasmer and WASI2020/01/18 10:14:52by guest;[edit] https://medium.com/wasmer/wasmer-io-devices-announcement-6f2a6fe23081 [wasm
]I/O devices work by creating virtual device files in the runtime filesystem, similar to a device file on a UNIX operating system. If a Wasm module uses the WASI bindings of reading/writing files, the
slowtec | Porting a JavaScript App to WebAssembly with Rust (Par2020/01/10 11:58:34by guest;[edit] https://slowtec.de/posts/2019-12-20-porting-javascript-to-rust-part-1.html [wasmrust
]We will demonstrate how to do a complete port of a web application from React Redux written in JavaScript to WebAssembly (WASM) with Rust. This is the first part of a blog post series.
Yaser Adel Mehraban (Yashints) | Tensorflow.js available on WebA2019/12/18 17:41:26by guest;[edit] https://yashints.dev/blog/2019/12/17/tfjs-wasm [mlwasmjavascript
]With WASM backend In order to add the WebAssembly backend you need to install the @tensorflow/tfjs-backend-wasm package:
WebAssembly: C and WebGL for js13k game jam – NamekDev2019/10/02 16:05:24by guest;[edit] https://www.namekdev.net/2019/09/webassembly-cpp-and-webgl-for-js13k-game-jam/ [wasm
]There is also the 3rd mode I was interested in the most. It's the flag -s SIDE_MODULE=1. Pure WASM and only WASM, with nooo (generated) JS. Which means no memory management and no support for RTTI.