@areb0s/scip.js 1.2.2 → 1.2.4
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.
- package/dist/api-build.log +4 -0
- package/dist/build.log +911 -0
- package/dist/index.mjs +30 -0
- package/dist/scip-api-wrapper.js +366 -0
- package/dist/scip-api.js +15 -0
- package/dist/scip-api.wasm +0 -0
- package/dist/scip.js +11 -387
- package/dist/scip.min.js +2 -2
- package/dist/types.d.ts +164 -0
- package/package.json +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
cache:INFO: generating system asset: symbol_lists/4e2008fe4f526fa064de1cea0432b6efe55cb9d1.json... (this will be cached in "/emsdk/upstream/emscripten/cache/symbol_lists/4e2008fe4f526fa064de1cea0432b6efe55cb9d1.json" for subsequent builds)
|
|
2
|
+
cache:INFO: - ok
|
|
3
|
+
warning: JS library symbol '$allocateUTF8' is deprecated. Please open a bug if you have a continuing need for this symbol [-Wdeprecated]
|
|
4
|
+
emcc: warning: warnings in JS library compilation [-Wjs-compiler]
|