Skip to content

Commit

Permalink
futz
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent fb7953e commit 4b679e5
Show file tree
Hide file tree
Showing 36 changed files with 89 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-browser-debug-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-debug-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-debug-asyncify/README.md) |
Variant with the WASM data embedded into a browser ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a browser ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-debug-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-debug-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-browser-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-browser-debug-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-debug-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-debug-sync/README.md) |
Variant with the WASM data embedded into a browser ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a browser ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-debug-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-debug-sync/src/index.ts#L17)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-browser-release-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-release-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-release-asyncify/README.md) |
Variant with the WASM data embedded into a browser ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a browser ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-release-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-release-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-browser-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-browser-release-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-release-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-browser-release-sync/README.md) |
Variant with the WASM data embedded into a browser ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a browser ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-release-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-browser-release-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-debug-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-cjs-debug-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-debug-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-debug-asyncify/README.md) |
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a universal (Node and Browser compatibl

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-debug-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-debug-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-cjs-debug-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-debug-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-debug-sync/README.md) |
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a universal (Node and Browser compatibl

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-debug-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-debug-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-release-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-cjs-release-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-release-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-release-asyncify/README.md) |
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a universal (Node and Browser compatibl

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-release-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-release-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-cjs-release-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-release-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-cjs-release-sync/README.md) |
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a universal (Node and Browser compatibl

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-release-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-cjs-release-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-mjs-debug-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-mjs-debug-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-debug-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-debug-asyncify/README.md) |
Variant with the WASM data embedded into a NodeJS ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a NodeJS ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-debug-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-debug-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-mjs-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-mjs-debug-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-debug-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-debug-sync/README.md) |
Variant with the WASM data embedded into a NodeJS ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a NodeJS ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-debug-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-debug-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-mjs-release-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-mjs-release-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-release-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-release-asyncify/README.md) |
Variant with the WASM data embedded into a NodeJS ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a NodeJS ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-release-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-release-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-singlefile-mjs-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-singlefile-mjs-release-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-release-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-singlefile-mjs-release-sync/README.md) |
Variant with the WASM data embedded into a NodeJS ESModule.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with the WASM data embedded into a NodeJS ESModule.

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-release-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-singlefile-mjs-release-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-wasmfile-debug-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-wasmfile-debug-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-asyncify/README.md) |
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS C

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-debug-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-debug-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-wasmfile-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-wasmfile-debug-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-sync/README.md) |
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS C

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-debug-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-debug-sync/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-wasmfile-release-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSAsyncVariant`](../../quickjs-emscripten/interfaces/QuickJSAsyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-wasmfile-release-asyncify

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-asyncify/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-asyncify/README.md) |
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS C

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-release-asyncify/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-release-asyncify/src/index.ts#L17)

***

Expand Down
5 changes: 2 additions & 3 deletions doc/@jitl/quickjs-wasmfile-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

> **`const`** **default**: [`QuickJSSyncVariant`](../../quickjs-emscripten/interfaces/QuickJSSyncVariant.md)
This export is a variant of the quickjs WASM library:
### @jitl/quickjs-wasmfile-release-sync

[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-sync/README.md)
[Docs](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-sync/README.md) |
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
Expand All @@ -33,7 +32,7 @@ Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS C

#### Source

[index.ts:18](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-release-sync/src/index.ts#L18)
[index.ts:17](https://github.com/justjake/quickjs-emscripten/blob/main/packages/variant-quickjs-wasmfile-release-sync/src/index.ts#L17)

***

Expand Down
Loading

0 comments on commit 4b679e5

Please sign in to comment.