mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 16:59:51 -07:00
initial
This commit is contained in:
10
site/wasm/cursor/pkg/wasm_cursor_bg.wasm.d.ts
vendored
Normal file
10
site/wasm/cursor/pkg/wasm_cursor_bg.wasm.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export const memory: WebAssembly.Memory;
|
||||
export function main(): void;
|
||||
export function __wbindgen_malloc(a: number, b: number): number;
|
||||
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
||||
export const __wbindgen_export_2: WebAssembly.Table;
|
||||
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h00af0edcf808575b(a: number, b: number, c: number): void;
|
||||
export function __wbindgen_exn_store(a: number): void;
|
||||
export function __wbindgen_start(): void;
|
Reference in New Issue
Block a user