We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c92c8f commit 3e5f611Copy full SHA for 3e5f611
.github/actions/build-wasm/action.yml
@@ -29,15 +29,18 @@ runs:
29
toolchain: nightly-2024-05-18
30
components: rust-src
31
- name: Set environment variable
32
+ shell: bash
33
run: |
34
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
35
- name: Flutter pub get
36
working-directory: sqlite3
37
38
39
flutter pub get
40
- name: Compile sqlite3.wasm on macOS
41
if: runner.os == 'macOS'
42
43
44
45
cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build --toolchain toolchain.cmake
46
cmake --build .dart_tool/sqlite3_build/ -t output -j
0 commit comments