Skip to content

Commit

Permalink
fix iife build
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent 29e0b65 commit 67bf6f4
Show file tree
Hide file tree
Showing 87 changed files with 502 additions and 9,740 deletions.
6 changes: 3 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-debug-asyncify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-singlefile-cjs-debug-asyncify

Variant with the WASM data embedded into a NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -57,11 +57,11 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "debug",
"syncMode": "asyncify",
"description": "Variant with the WASM data embedded into a NodeJS CommonJS module.",
"description": "Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"emscriptenInclusion": "singlefile",
"exports": {
"require": {
"emscriptenEnvironment": ["node"]
"emscriptenEnvironment": ["web", "worker", "node"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-singlefile-cjs-debug-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-singlefile-cjs-debug-asyncify](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 NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
6 changes: 3 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-debug-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-singlefile-cjs-debug-sync

Variant with the WASM data embedded into a NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -57,11 +57,11 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "debug",
"syncMode": "sync",
"description": "Variant with the WASM data embedded into a NodeJS CommonJS module.",
"description": "Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"emscriptenInclusion": "singlefile",
"exports": {
"require": {
"emscriptenEnvironment": ["node"]
"emscriptenEnvironment": ["web", "worker", "node"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-singlefile-cjs-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-singlefile-cjs-debug-sync](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 NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
6 changes: 3 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-release-asyncify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-singlefile-cjs-release-asyncify

Variant with the WASM data embedded into a NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -57,11 +57,11 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "release",
"syncMode": "asyncify",
"description": "Variant with the WASM data embedded into a NodeJS CommonJS module.",
"description": "Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"emscriptenInclusion": "singlefile",
"exports": {
"require": {
"emscriptenEnvironment": ["node"]
"emscriptenEnvironment": ["web", "worker", "node"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-singlefile-cjs-release-asyncify](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 NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
6 changes: 3 additions & 3 deletions doc/@jitl/quickjs-singlefile-cjs-release-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-singlefile-cjs-release-sync

Variant with the WASM data embedded into a NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -57,11 +57,11 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "release",
"syncMode": "sync",
"description": "Variant with the WASM data embedded into a NodeJS CommonJS module.",
"description": "Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"emscriptenInclusion": "singlefile",
"exports": {
"require": {
"emscriptenEnvironment": ["node"]
"emscriptenEnvironment": ["web", "worker", "node"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-singlefile-cjs-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-singlefile-cjs-release-sync](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 NodeJS CommonJS module.
Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
4 changes: 2 additions & 2 deletions doc/@jitl/quickjs-wasmfile-debug-asyncify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-wasmfile-debug-asyncify

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -59,7 +59,7 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "debug",
"syncMode": "asyncify",
"description": "Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"description": "Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"emscriptenInclusion": "wasm",
"exports": {
"require": {
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-wasmfile-debug-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-wasmfile-debug-asyncify](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-asyncify/README.md)

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
4 changes: 2 additions & 2 deletions doc/@jitl/quickjs-wasmfile-debug-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-wasmfile-debug-sync

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -59,7 +59,7 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "debug",
"syncMode": "sync",
"description": "Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"description": "Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"emscriptenInclusion": "wasm",
"exports": {
"require": {
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-wasmfile-debug-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-wasmfile-debug-sync](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-debug-sync/README.md)

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
4 changes: 2 additions & 2 deletions doc/@jitl/quickjs-wasmfile-release-asyncify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-wasmfile-release-asyncify

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -59,7 +59,7 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "release",
"syncMode": "asyncify",
"description": "Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"description": "Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"emscriptenInclusion": "wasm",
"exports": {
"require": {
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-wasmfile-release-asyncify/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-wasmfile-release-asyncify](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-asyncify/README.md)

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
4 changes: 2 additions & 2 deletions doc/@jitl/quickjs-wasmfile-release-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# @jitl/quickjs-wasmfile-release-sync

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten).
It contains a variant of the quickjs WASM library, and can be used with quickjs-emscripten-core.
Expand Down Expand Up @@ -59,7 +59,7 @@ Full variant JSON description:
"library": "quickjs",
"releaseMode": "release",
"syncMode": "sync",
"description": "Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"description": "Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"emscriptenInclusion": "wasm",
"exports": {
"require": {
Expand Down
2 changes: 1 addition & 1 deletion doc/@jitl/quickjs-wasmfile-release-sync/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
This export is a variant of the quickjs WASM library:
### [@jitl/quickjs-wasmfile-release-sync](https://github.com/justjake/quickjs-emscripten/blob/main/doc/@jitl/quickjs-wasmfile-release-sync/README.md)

Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

| Variable | Setting | Description |
| -- | -- | -- |
Expand Down
Loading

0 comments on commit 67bf6f4

Please sign in to comment.