asciidoc-editor 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_editor_free: (a: number, b: number) => void;
5
+ export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
6
+ export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
7
+ export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
8
+ export const editor_destroy: (a: number) => void;
9
+ export const editor_onChange: (a: number, b: any) => void;
10
+ export const editor_setValue: (a: number, b: number, c: number) => void;
11
+ export const editor_value: (a: number) => [number, number];
12
+ export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
13
+ export const intounderlyingbytesource_cancel: (a: number) => void;
14
+ export const intounderlyingbytesource_pull: (a: number, b: any) => any;
15
+ export const intounderlyingbytesource_start: (a: number, b: any) => void;
16
+ export const intounderlyingbytesource_type: (a: number) => number;
17
+ export const intounderlyingsink_abort: (a: number, b: any) => any;
18
+ export const intounderlyingsink_close: (a: number) => any;
19
+ export const intounderlyingsink_write: (a: number, b: any) => any;
20
+ export const intounderlyingsource_cancel: (a: number) => void;
21
+ export const intounderlyingsource_pull: (a: number, b: any) => any;
22
+ export const mount: (a: any, b: number) => [number, number, number];
23
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___js_sys_b5492ab1ec297925___Function_fn_wasm_bindgen_56bfa123189e575a___JsValue_____wasm_bindgen_56bfa123189e575a___sys__Undefined___js_sys_b5492ab1ec297925___Function_fn_wasm_bindgen_56bfa123189e575a___JsValue_____wasm_bindgen_56bfa123189e575a___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
24
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___wasm_bindgen_56bfa123189e575a___JsValue__core_dcdb5b26ee14507c___result__Result_____wasm_bindgen_56bfa123189e575a___JsError___true_: (a: number, b: number, c: any) => [number, number];
25
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___wasm_bindgen_56bfa123189e575a___JsValue______true_: (a: number, b: number, c: any) => void;
26
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___wasm_bindgen_56bfa123189e575a___JsValue______true__20: (a: number, b: number, c: any) => void;
27
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___web_sys_7d5907b0b8adcf95___features__gen_CloseEvent__CloseEvent______true_: (a: number, b: number, c: any) => void;
28
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___web_sys_7d5907b0b8adcf95___features__gen_DragEvent__DragEvent______true_: (a: number, b: number, c: any) => void;
29
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___web_sys_7d5907b0b8adcf95___features__gen_DragEvent__DragEvent______true__19: (a: number, b: number, c: any) => void;
30
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___web_sys_7d5907b0b8adcf95___features__gen_DragEvent__DragEvent______true__22: (a: number, b: number, c: any) => void;
31
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke___web_sys_7d5907b0b8adcf95___features__gen_DragEvent__DragEvent______true__23: (a: number, b: number, c: any) => void;
32
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke_______true_: (a: number, b: number) => void;
33
+ export const wasm_bindgen_56bfa123189e575a___convert__closures_____invoke_______true__1_: (a: number, b: number) => void;
34
+ export const __wbindgen_malloc: (a: number, b: number) => number;
35
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
36
+ export const __externref_table_alloc: () => number;
37
+ export const __wbindgen_externrefs: WebAssembly.Table;
38
+ export const __wbindgen_exn_store: (a: number) => void;
39
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
40
+ export const __wbindgen_destroy_closure: (a: number, b: number) => void;
41
+ export const __externref_table_dealloc: (a: number) => void;
42
+ export const __wbindgen_start: () => void;
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "asciidoc-editor",
3
+ "version": "0.1.0",
4
+ "description": "A WYSIWYG AsciiDoc editor for the web, in Rust and WebAssembly",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/AlexanderThaller/asciidoc-editor.git"
9
+ },
10
+ "homepage": "https://github.com/AlexanderThaller/asciidoc-editor#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/AlexanderThaller/asciidoc-editor/issues"
13
+ },
14
+ "type": "module",
15
+ "main": "asciidoc_editor.js",
16
+ "types": "asciidoc_editor.d.ts",
17
+ "exports": {
18
+ ".": {
19
+ "types": "./asciidoc_editor.d.ts",
20
+ "default": "./asciidoc_editor.js"
21
+ },
22
+ "./asciidoc_editor_bg.wasm": "./asciidoc_editor_bg.wasm",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "sideEffects": false,
26
+ "files": [
27
+ "asciidoc_editor.js",
28
+ "asciidoc_editor.d.ts",
29
+ "asciidoc_editor_bg.wasm",
30
+ "asciidoc_editor_bg.wasm.d.ts",
31
+ "README.md",
32
+ "LICENSE"
33
+ ],
34
+ "keywords": [
35
+ "asciidoc",
36
+ "editor",
37
+ "wysiwyg",
38
+ "rich-text",
39
+ "wasm",
40
+ "webassembly",
41
+ "rust"
42
+ ]
43
+ }