Skip to content

yani1966/javascript-vs-wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install ASDF

brew install asdf

Then add asdf in the plugin list on ~/.zshrc (if you use oh-my-zsh)

Install NodeJS

asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs 18.12.1

Install Go

asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf install golang 1.19.5

Add globally

echo "nodejs 18.12.1" >> ~/.tool-versions
echo "golang 1.19.5" >> ~/.tool-versions

Building WASM

GOOS=js GOARCH=wasm go build -o knapsack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • Go 46.6%
  • Makefile 4.0%