OSX Terminal profile + ZSH theme
- Install oh-my-zsh and set
zsh
as the default shell - Create a custom themes directory:
mkdir $ZSH/custom/themes
OSX Terminal profile + ZSH theme
zsh
as the default shellmkdir $ZSH/custom/themes
🏁 This document aims to show the end-to-end WebAssembly toolchain working in the V8 engine, starting with a "hello world" C source file and ending with code executing at native speed in V8.
This guide is now out of date. See Step by Step on the WebAssembly site for up-to-date instructions.
git clone [email protected]:v8/v8.git