137079e5c6
添加getrandom wasm_js后端配置以支持wasm环境下的随机数生成 添加internment依赖用于优化内存管理
3 lines
119 B
Python
Executable File
3 lines
119 B
Python
Executable File
#!/bin/bash
|
|
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --release --target web -d ../color_functions
|