Skip to content

Commit 2853b16

Browse files
committed
Build side modules on GitHub Actions.
1 parent 8b4ce46 commit 2853b16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wasm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818

1919
- name: Build WASM bytecode
2020
run: RUSTFLAGS="--emit=llvm-bc -C linker=/bin/true" cargo build -p powersync_loadable --profile wasm --no-default-features --features "powersync_core/static powersync_core/omit_load_extension sqlite_nostd/static sqlite_nostd/omit_load_extension" -Z build-std=panic_abort,core,alloc --target wasm32-unknown-emscripten
21+
22+
- name: Build WASM SIDE_MODULE
23+
run: ./tools/build_wasm.sh

0 commit comments

Comments
 (0)