Skip to content

Commit b0d28c2

Browse files
committed
feat: add some docs for building commercial
1 parent ca6c4c5 commit b0d28c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/bitwarden-wasm-internal/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ brew install binaryen
2626
# dev
2727
./build.sh
2828

29+
# dev with commercial license
30+
./build.sh -b
31+
2932
# release
3033
./build.sh -r
34+
35+
# release with commercial license
36+
./build.sh -r -b
3137
```

0 commit comments

Comments
 (0)