UPDATE: Adds Web browser wasm bindings (#30)
* UPDATE: Adds Web browser wasm bindings * FIX: install wasm-pack in the GitHub actions
This commit is contained in:
committed by
GitHub
parent
d445553d85
commit
489027991c
14
bindings/wasm/Makefile
Normal file
14
bindings/wasm/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
wasm-pack build --target web --scope ironcalc
|
||||
cp README.pkg.md pkg/README.md
|
||||
|
||||
lint:
|
||||
cargo check
|
||||
cargo fmt -- --check
|
||||
cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
rm -rf pkg
|
||||
|
||||
.PHONY: all web lint
|
||||
Reference in New Issue
Block a user