Skip to content

Commit

Permalink
Merge branch 'duckdb:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored Jul 31, 2024
2 parents e30a710 + 733c3b0 commit d489a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ jobs:
- name: Build Wasm module
run: |
cp .github/config/extension_config_wasm.cmake submodules/duckdb/extension/extension_config.cmake
DUCKDB_PLATFORM="wasm_mvp" DUCKDB_WASM_LOADABLE_EXTENSIONS=1 GEN=ninja ./scripts/wasm_build_lib.sh relsize mvp
- name: Upload artifact
Expand Down Expand Up @@ -554,7 +553,6 @@ jobs:
- name: Build Wasm module
run: |
cp .github/config/extension_config_wasm.cmake submodules/duckdb/extension/extension_config.cmake
DUCKDB_PLATFORM="wasm_eh" DUCKDB_WASM_LOADABLE_EXTENSIONS=1 GEN=ninja ./scripts/wasm_build_lib.sh relsize eh
- name: Upload artifact
Expand Down Expand Up @@ -598,7 +596,6 @@ jobs:
- name: Build Wasm module
run: |
cp .github/config/extension_config_wasm.cmake submodules/duckdb/extension/extension_config.cmake
DUCKDB_PLATFORM="wasm_threads" DUCKDB_WASM_LOADABLE_EXTENSIONS="signed" GEN=ninja ./scripts/wasm_build_lib.sh relsize coi
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const logger = new duckdb.ConsoleLogger();
const db = new duckdb.AsyncDuckDB(logger, worker);
await db.instantiate(bundle.mainModule, bundle.pthreadWorker);
```
static served(manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
static served (manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/)
```ts
import * as duckdb from '@duckdb/duckdb-wasm';

Expand Down

0 comments on commit d489a51

Please sign in to comment.