mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-15 06:28:54 +00:00
11 lines
374 B
Bash
Executable File
11 lines
374 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
wasm-pack build --release --target web -- --features "input-jscam, output-wasm, small-wasm, test-fail-warning" --no-default-features
|
|
mv pkg/nokhwa* nokhwajs/
|