File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ cp "target/wasm32-unknown-emscripten/wasm_asyncify/powersync.wasm" "libpowersync
31
31
# Static lib.
32
32
# Works for both sync and asyncify builds.
33
33
# Works for both emscripten and wasi.
34
- # target/wasm32-wasi /wasm/libpowersync.a
34
+ # target/wasm32-wasip1 /wasm/libpowersync.a
35
35
cargo build \
36
36
-p powersync_loadable \
37
37
--profile wasm \
38
38
--no-default-features \
39
39
--features " powersync_core/static powersync_core/omit_load_extension sqlite_nostd/omit_load_extension" \
40
40
-Z build-std=panic_abort,core,alloc \
41
- --target wasm32-wasi
41
+ --target wasm32-wasip1
42
42
43
- cp " target/wasm32-wasi /wasm/libpowersync.a" " libpowersync-wasm.a"
43
+ cp " target/wasm32-wasip1 /wasm/libpowersync.a" " libpowersync-wasm.a"
You can’t perform that action at this time.
0 commit comments