We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ce46 commit 2853b16Copy full SHA for 2853b16
.github/workflows/wasm.yml
@@ -18,3 +18,6 @@ jobs:
18
19
- name: Build WASM bytecode
20
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