mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
4 lines
244 B
Bash
Executable File
4 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
EMCC_CFLAGS="--no-entry -s ERROR_ON_UNDEFINED_SYMBOLS=0 -s MAX_WEBGL_VERSION=2 -s MODULARIZE=1 -s EXPORT_NAME=createRustSkiaModule -s EXPORTED_RUNTIME_METHODS=GL -s ENVIRONMENT=webgl" cargo build --target=wasm32-unknown-emscripten
|
|
|