Skip to content

Commit

Permalink
FIXED THE WASM BINARY TO FALLBACK TO WEBGL
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Conn committed Nov 11, 2024
1 parent 3ae07b2 commit f210746
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 286 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
path: blog # The root location of your Astro project inside the repository. (optional)
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
package-manager: [email protected] # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
- name: Debug - List dist directory
shell: "bash"
working-directory: "blog"
run: ls -la dist

deploy:
needs: build
Expand Down
12 changes: 7 additions & 5 deletions blog/public/wasm/vam.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ export interface InitOutput {
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly __wbindgen_export_3: WebAssembly.Table;
readonly closure1016_externref_shim: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6fc87dd353b25ea: (a: number, b: number) => void;
readonly closure2733_externref_shim: (a: number, b: number, c: number) => void;
readonly closure2738_externref_shim: (a: number, b: number, c: number, d: number) => void;
readonly closure2913_externref_shim: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0adc5ab7e727bebc: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf25e5d0e4c55f49d: (a: number, b: number) => void;
readonly closure1068_externref_shim: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d26f160a94f6021: (a: number, b: number) => void;
readonly closure2783_externref_shim: (a: number, b: number, c: number) => void;
readonly closure2788_externref_shim: (a: number, b: number, c: number, d: number) => void;
readonly closure2963_externref_shim: (a: number, b: number, c: number) => void;
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
readonly __externref_table_alloc: () => number;
readonly __wbindgen_exn_store: (a: number) => void;
Expand Down
Loading

0 comments on commit f210746

Please sign in to comment.