mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:28:32 +02:00
🎉 Switch new renderer to Emscripten (from wasm-bindgen)
This commit is contained in:
parent
283ea16627
commit
e4eb80f643
16 changed files with 10374 additions and 456 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue