🎉 Switch new renderer to Emscripten (from wasm-bindgen)

This commit is contained in:
Belén Albeza 2024-10-21 16:24:40 +02:00 committed by Andrey Antukh
parent 283ea16627
commit e4eb80f643
16 changed files with 10374 additions and 456 deletions

View file

@ -11,6 +11,8 @@ alias lsf='ls -h *(.)'
# init Cargo / Rust env
. "/usr/local/cargo/env"
# init emscripten
EMSDK_QUIET=1 . "/usr/local/emsdk/emsdk_env.sh"
# include .bashrc if it exists
if [ -f "$HOME/.bashrc.local" ]; then