mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run this script from the wasm folder ./scripts/build_nodejs_release.sh
|
|
npx wasm-pack build --scope swc -t nodejs --features plugin
|