8000 GitHub - asciimoth/blog-wasm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

asciimoth/blog-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog-wasm

Some materials related to my WASM blog

Content

Dependency installation

With NIX flakes

Just run nix develop in root of this repo.
For direnv users there is also an .envrc file already.

In fedora

yum install wabt nodejs

In arch

pacman -S wabt nodejs

In ubuntu

apt install wabt nodejs

WAT code running example

asciicast

node
.load helpers.js
let example = await load("intro/basic-example")
example.theAnswer()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0