Wasm Builders 🧱

Cover image for Welcome to Wasm Builders!

Welcome to Wasm Builders!

Connor Hicks on December 02, 2021

Hello and welcome! We're glad you've stumbled onto our little Wasm-loving corner of the internet. Wasm Builders is a space for anyone interested i...
Collapse
 
elviskahoro profile image
elvis kahoro

Hey!

I work at warp.dev, we're building a blazingly fast, Rust-based GPU-accelerated terminal! One of our goals is to build a web version using WASM, and also Linux, Windows. Joining this community to learn more about WASM!

Excited to be here!

Collapse
 
cohix profile image
Connor Hicks

Very exciting :D

Collapse
 
nickytonline profile image
Nick Taylor

Hey friends! Happy to be here!

Captain America saluting

Collapse
 
joaogdemacedo profile image
João De Macedo

Hi there!

I had a bug after confirming the email while creating my account. It was after the step of following some hashtags, more specifically, in the step of adding my bio. Maybe it was because my bio was too long, but no flag was dropped. To get around that bug, I went directly to the main page and edited my bio in my profile.

Anyway, excited to be here!

PS: I hear about this community in Fermyon Blog

Collapse
 
dmd17 profile image
Dan Mihai Dumitriu

Hi all!

At Midokura (Sony Group) we are using Wasm to isolate workloads on embedded devices, most of which don't have MMUs to support virtual memory. We are also developing a programming model for sensor data processing based on Wasm modules.

Excited to be on this journey!

Collapse
 
cohix profile image
Connor Hicks

That’s awesome! Would love to read more about your work :)

Collapse
 
progrium profile image
Jeff Lindsay

It'll be fun to share my WASM experiments here. First post or series in mind will cover my recent proof of concept making the Tractor web runtime in Go work as a backend that can be run on a server or in the browser as WASM with no changes. Isomorphic JavaScript, eat your heart out.

Collapse
 
lownightsnack profile image
Mamoor Jaan Khan

Yo. Stumbled across WASM through Ben from DEV, found it super cool!

Collapse
 
g0g0gadget profile image
Laura Langdon

We're so glad you're here!

Collapse
 
smithphil profile image
Philip Smith

Hey everyone. My WASM experience is mostly with AssemblyScript to date and I'm here cos I can see the possibilities.

Collapse
 
anara profile image
Silvana

Hello everyone!

Collapse
 
karandpr profile image
Karan Gandhi

Hello guys,. I am mildly fascinated by WASM. Happy to join the gang !

Collapse
 
cohix profile image
Connor Hicks

We’re happy you’re here!

Collapse
 
flrnfrmm profile image
Florian Fromm

Wow another cool wasm community :) Great idea!

Collapse
 
dinerdas profile image
Diner Das

Great to be here!

Collapse
 
sendilkumarn profile image
Sendil Kumar

Excited and happy to be here! Hey folks!

Collapse
 
harshrathod50 profile image
Harsh Rathod

Glad to be here! 😇

Collapse
 
angelmm profile image
Angel M

Hello hello!

At VMware we are exploring WASM and I’ll start working on it soon 😄.

Super excited to join the community!

Collapse
 
hoonweedev profile image
Hoon Wee

I am happy to be here!

Collapse
 
esadhasanbegovic profile image
Esad Hasanbegovic

EHLO!

👾👨‍💻

Already looking forward to read some interesting uses of wasm here.

Collapse
 
gschian0 profile image
Gennaro Schiano

Hey!!! Happy to be here on the futurewebzzz!!

Collapse
 
shyran profile image
Serhii Shyran

Hi 5 2 all !

Collapse
 
dallasgoldswain profile image
Dallas Goldswain

Hi All, I am interested in finding out more about WASM and its uses I can potentially offer to clients.

Collapse
 
keithwaters profile image
Keith Waters

Hi all! Excited to learn more about WASM. :)

Collapse
 
waldemarenns profile image
Waldemar Enns

Hello there! Happy to be here :)

Collapse
 
spandyboss profile image
SpandyBoss • Edited

Hello Everyone nice to see you all
My account on dev.to :- dev.to/spandyboss

Collapse
 
shinyay profile image
Shinya Yanagihara

Hi all,
Excited to find and join this community today. Just started Wasm and Rust recently. So I want to learn a lot from here, and hope to share lots here.

Collapse
 
sithumonline profile image
Sithum Bopitiya

Nice to see you all rock together

Collapse
 
nickwashburn profile image
Nick Washburn

Thanks for establishing this and great to be here. Looking forward to learning.

Collapse
 
ojas profile image
◎jas

eager to learn all-things-WASM here

Collapse
 
pebbles profile image
Tara

Hi! This is cool :)

Collapse
 
ben profile image
Ben Halpern

Excited to see it coming together!

Collapse
 
limealicious profile image
Limealicious

Hello, my name is Limes/Laimu. I am a content creator, musician, and gamer. I enjoy sharing my thoughts and participating in engaging polls.

I don't have Twitch and Discord. Someone stole my name and the image and everything

I have Mastodon.

Limealicious :verified: (@Limealicious@mstdn.social) - Mastodon 🐘

39 Posts, 7 Following, 1 Follower · Hello, my name is Limes/Laimu. I am a content creator, musician, and gamer. I enjoy sharing my thoughts and participating in engaging polls.

favicon mstdn.social
Collapse
 
pradeepkiruvale profile image
PradeepKiruvale • Edited

Hello All,

I have 4 years of experience with Rust and started looking into WASM in the last 4 months. We want to leverage the WASM technology to Automotive and IoT use cases.
Mainly looking into wasm/native components. Composing them using WIT interfaces optimally for building the applications. Looking forward to learning more here.

Collapse
 
abba_m_ profile image
Strange • Edited

Hi everyone!

I'm a software engineer at Timart. I currently code in Node.js/React. I'm looking to learn rust and collaborate on OS projects ❤️.

And i'm definitely happy to be here!

Collapse
 
tonykay profile image
Tony Kay

Automation Lead in a very busy Cloud team at Red Hat (Ansible, Containers, and OpenShift). Ex C developer (boy did I leak memory), ex-Sun. Really excited about the potential of WASM, and learning Rust and Grain as a result. IMHO this is the most exciting technology to emerge since Containers. Will soon my blog my WASM journey here cloudassembler.com/

Collapse
 
tadejstanic profile image
Tadej Stanic

I like this initiative :) thx

Collapse
 
cohix profile image
Connor Hicks

Hey! Thank you so much. We're excited you're here :)

Collapse
 
gitaaron profile image
Aaron Surty

Thanks for starting this group! Does anyone have any nice resources on getting 'native' applications (ie/ interact's with the host OS filesystem or makes other c/c++ system calls) to work in a browser environment? In particular I am curious if there are any mature c/c++ libraries out there to provide glue of the filesystem to local storage and that I could make use of from a Rust or Go application?
For context - I tried getting Hugo to run in the browser and failed miserably because there were underlying c/c++ system calls that were not getting linked.

Collapse
 
dravita profile image
Domenic Ravita

Hello everyone. I heard about this community from @cohix's Twitter Space today and am excited to join you all here. SingleStore is the cloud-native database built for speed, scale and data-intensive applications. It is a distributed relational database which unifies transactional and analytical processing, unifies multi-tier storage, and unifies data models. The company is a member of the Bytecode Alliance and our team is building new database capabilities with WASM.

Collapse
 
cohix profile image
Connor Hicks

Nice! Excited that you’re here :)

Collapse
 
cabalapul90 profile image
Cabal paul

Hello Everyone, I am a developer by occupation, currently working on mobile app development company. We offer innovative mobile app development services with high-performing, secure, and scalable app solutions to help you maximize ROI.

Collapse
 
paramsiddharth profile image
Param Siddharth

Hello world! I am Param Siddharth from India, a software developer (currently pursuing my bachelor degree) and music producer (I'm on Spotify too!). I'm currently working at Howdy (joinhowdy.com), a startup that provides a conference platform for online courses worldwide.

I'm a big fan of WASM and built a couple of tiny projects in it myself. Besides WASM, I'm known for developing Rema (rema.js.org), a certificate generation, verification, and management system.

I'm so happy to be here. :) Looking forward to learning from everyone.

Collapse
 
k33g_org profile image
Philippe Charrière

👋 Hello 🎉

Happy to be here and to share my progress about my wasm journey (baby steps)

Collapse
 
cohix profile image
Connor Hicks

Excited to have you here Philippe :)

Collapse
 
fahimfba profile image
Md. Fahim Bin Amin

I am glad to be here!

Collapse
 
staff profile image
Staff

Hiya Budy!

Collapse
 
joel_lapulga profile image
Joel

Thanks , This is very impressive

Collapse
 
ihsandemir profile image
ihsan demir

Hello guys,

I like to learn how I can run wasm for data computation in our real-time data platform which is written in Java.

Hope to find a lot insights at here.

Collapse
 
knighttechwork profile image
KnightTechWork

Hi there 👋 This is a great place for developers and others with an interest in wasm.

Collapse
 
luckierdodge profile image
Ryan D. Lewis

Hey everybody! Newbie here, been meaning to get into WASM for awhile, just happy to be along for the ride!

Collapse
 
winstonpuckett profile image
Winston Puckett

Hello! I joined because I'm really interested in creating my own programming language and using wasm as a compile target. Let's connect :)

Collapse
 
hanz profile image
Hanz

I don't know anything about WASM, i just want to get started and see if i have any potential here. Thank you!

Collapse
 
appcypher profile image
appcypher

Glad to be here! Hoping to make new friends

Collapse
 
cohix profile image
Connor Hicks

We’re glad you’re here! Can’t wait for the community to grow and see lots of friendships :)

Collapse
 
realvz profile image
Re Alvarez Parmar

Hello 👋
Glad to be here.

Collapse
 
lee profile image
Lee

Hey everyone 👋

Collapse
 
nancy profile image
Nancy Bennetts

Hi guys 👋

Collapse
 
stevenpoitras profile image
Steven Poitras

Great to be here, I believe WASM/WASI will be a huge part of the future, looking forward to working together to make that a reality!

Collapse
 
nazmussaqueebashrafi profile image
Nazmus Saqueeb Ashrafi

Thank you, glad to be a part of the community.

Collapse
 
uenmedia profile image
Uen's

Thanks for this platform.

Collapse
 
tdi profile image
Dariusz Dwornikowski

Hi I am new to wasm world. Came here because strategically I think it might be the future runtime of the internet.

Collapse
 
annibale profile image
Alessandro Candido

Hi

Collapse
 
warwait profile image
Parker Waiters

Excited to be here!

Collapse
 
webcoder profile image
WebCoder

Hello everybody, hopefully this place on the web is as good as Dev.to!