@thi.ng/wasm-api
Advanced tools
Comparing version 0.13.0 to 0.13.1
# Change Log | ||
- **Last updated**: 2022-10-04T10:33:14Z | ||
- **Last updated**: 2022-10-04T17:35:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -39,7 +39,6 @@ import { isString } from "@thi.ng/checks/is-string"; | ||
#endif | ||
${opts.debug ? "\n#include <stdalign.h>" : ""} | ||
#include <stddef.h> | ||
#include <stdint.h>${opts.pre ? `\n${opts.pre}` : ""}`, | ||
post: () => `${opts.post ? `${opts.post}\n` : ""}#ifdef __cplusplus\n}\n#endif`, | ||
post: () => `${opts.post ? `${opts.post}\n` : ""}#ifdef __cplusplus\n}\n#endif\n`, | ||
doc: (doc, acc, opts) => { | ||
@@ -46,0 +45,0 @@ acc.push(...prefixLines("// ", doc, opts.lineWidth)); |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Generic, modular, extensible API bridge, polyglot glue code and bindings code generators for hybrid JS & WebAssembly projects", | ||
@@ -40,14 +40,14 @@ "type": "module", | ||
"@thi.ng/api": "^8.4.3", | ||
"@thi.ng/args": "^2.2.3", | ||
"@thi.ng/args": "^2.2.4", | ||
"@thi.ng/binary": "^3.3.6", | ||
"@thi.ng/checks": "^3.2.6", | ||
"@thi.ng/compare": "^2.1.13", | ||
"@thi.ng/defmulti": "^2.1.16", | ||
"@thi.ng/errors": "^2.2.1", | ||
"@thi.ng/file-io": "^0.3.13", | ||
"@thi.ng/defmulti": "^2.1.17", | ||
"@thi.ng/errors": "^2.2.2", | ||
"@thi.ng/file-io": "^0.3.14", | ||
"@thi.ng/hex": "^2.2.1", | ||
"@thi.ng/idgen": "^2.1.14", | ||
"@thi.ng/idgen": "^2.1.15", | ||
"@thi.ng/logger": "^1.4.0", | ||
"@thi.ng/paths": "^5.1.16", | ||
"@thi.ng/strings": "^3.3.13" | ||
"@thi.ng/paths": "^5.1.17", | ||
"@thi.ng/strings": "^3.3.14" | ||
}, | ||
@@ -140,3 +140,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6f14e9de72c701f9c3c12d2e1bbd34a5dc86197a\n" | ||
"gitHead": "c3f7d6598c7d7d0c61ba87150a56deac12649d7b\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161413
Updated@thi.ng/args@^2.2.4
Updated@thi.ng/defmulti@^2.1.17
Updated@thi.ng/errors@^2.2.2
Updated@thi.ng/file-io@^0.3.14
Updated@thi.ng/idgen@^2.1.15
Updated@thi.ng/paths@^5.1.17
Updated@thi.ng/strings@^3.3.14