Skip to content

LittleB0xes/wasm-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's play with WASM, by hand

But why ?

I was always told that the wasm was not made to be written by hand, that you had to go through an intermediate language (like Rust, C, Go),

...

Ok... But frankly, with a few tools and a good text editor, there must be a way to have a little fun, right?

This repo is a kind of diary of my trip with wasm, hands dirty

A minimal setup

  • A text editor
  • Some tools to compile .watfile to .wasm file, like WABT
  • Node
  • And in some case, a local server to run the wasm in browser

An Unexpectable Journey

About

Let's play with WASM... by hand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published