mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:38:19 +02:00
🎉 Basic wasm support for svg attrs and svg defs
This commit is contained in:
parent
751df46dc9
commit
79df616108
12 changed files with 452 additions and 60 deletions
|
@ -16,7 +16,7 @@ export EMCC_CFLAGS="--no-entry \
|
|||
-sMAX_WEBGL_VERSION=2 \
|
||||
-sMODULARIZE=1 \
|
||||
-sEXPORT_NAME=createRustSkiaModule \
|
||||
-sEXPORTED_RUNTIME_METHODS=GL \
|
||||
-sEXPORTED_RUNTIME_METHODS=GL,stringToUTF8 \
|
||||
-sEXPORT_ES6=1"
|
||||
|
||||
EMSDK_QUIET=1 . /usr/local/emsdk/emsdk_env.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue