Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/wasm-api

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/wasm-api - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

zig/.zig-cache/h/7cd9f9fd941f2892ab224c4945ba076c.txt

9

bridge.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type { Event, INotify, IObjectOf, Listener, NumericArray } from "@thi.ng/api";

@@ -10,6 +9,6 @@ import type { ILogger } from "@thi.ng/logger";

message: string;
stack?: string | undefined;
stack?: string;
cause?: unknown;
};
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;

@@ -23,6 +22,6 @@ stackTraceLimit: number;

message: string;
stack?: string | undefined;
stack?: string;
cause?: unknown;
};
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;

@@ -29,0 +28,0 @@ stackTraceLimit: number;

# Change Log
- **Last updated**: 2024-05-08T18:24:32Z
- **Last updated**: 2024-06-21T19:34:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [1.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.6.0) (2024-06-21)
#### 🚀 Features
- update build script & readme for Zig v0.13.0 ([cd401b2](https://github.com/thi-ng/umbrella/commit/cd401b2))
## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.5.0) (2024-04-22)

@@ -14,0 +20,0 @@

{
"name": "@thi.ng/wasm-api",
"version": "1.5.4",
"version": "1.6.0",
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",

@@ -13,3 +13,3 @@ "type": "module",

},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api#readme",
"homepage": "https://thi.ng/wasm-api",
"funding": [

@@ -36,3 +36,3 @@ {

"pub": "yarn npm publish --access public",
"test": "zig test zig/managed-index.zig && bun test",
"test": "zig test zig/tests.zig && bun test",
"test:build-zig": "zig build-lib -O ReleaseSmall -target wasm32-freestanding -dynamic --strip --pkg-begin wasmapi zig/lib.zig --pkg-end test/custom.zig && wasm-dis -o custom.wast custom.wasm && cp custom.wasm test",

@@ -42,15 +42,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"

"dependencies": {
"@thi.ng/api": "^8.11.2",
"@thi.ng/arrays": "^2.9.6",
"@thi.ng/checks": "^3.6.4",
"@thi.ng/errors": "^2.5.7",
"@thi.ng/hex": "^2.3.46",
"@thi.ng/idgen": "^2.2.41",
"@thi.ng/logger": "^3.0.12"
"@thi.ng/api": "^8.11.3",
"@thi.ng/arrays": "^2.9.7",
"@thi.ng/checks": "^3.6.5",
"@thi.ng/errors": "^2.5.8",
"@thi.ng/hex": "^2.3.47",
"@thi.ng/idgen": "^2.2.42",
"@thi.ng/logger": "^3.0.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.2",
"esbuild": "^0.21.1",
"@microsoft/api-extractor": "^7.47.0",
"esbuild": "^0.21.5",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},

@@ -121,3 +121,3 @@ "keywords": [

},
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
"gitHead": "154c95cf9d6bab32174498ec3b5b5d87e42be7f9\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 192 standalone projects, maintained as part
> This is one of 193 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -25,3 +25,3 @@ > and anti-framework.

- [Using the Zig build system](#using-the-zig-build-system)
- [Zig v0.12 or newer](#zig-v012-or-newer)
- [Zig v0.13 or newer](#zig-v013-or-newer)
- [Example projects](#example-projects)

@@ -45,2 +45,8 @@ - [Naming & structural conventions](#naming--structural-conventions)

| Quasiflock | Danza | S-TRACE | Voxelscape |
|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href="https://www.fxhash.xyz/generative/6671"><img src="https://github.com/thi-ng/umbrella/raw/develop/assets/fxhash/quasiflock-240.jpg"/></a> | <a href="https://mastodon.thi.ng/@toxi/tagged/DANZA"><img src="https://github.com/thi-ng/umbrella/raw/develop/assets/fxhash/danza-240.jpg"/></a> | <a href="https://mastodon.thi.ng/@toxi/tagged/STRACE"><img src="https://github.com/thi-ng/umbrella/raw/develop/assets/fxhash/s-trace-240.jpg"/></a> | <a href="https://twitter.com/search?q=from%3A%40toxi+voxel+ziglang"><img src="https://github.com/thi-ng/umbrella/raw/develop/assets/fxhash/voxelscape-240.jpg"/></a> |
(Screenshots of selected projects made with Zig & TypeScript using the interop features provided by this package. Images link to respective project info)
This package provides the following:

@@ -321,8 +327,10 @@

### Zig v0.12 or newer
### Zig v0.13 or newer
**IMPORTANT:** Due to recent [syntax & build system changes in Zig
v0.12.0](https://ziglang.org/download/0.12.0/release-notes.html), older Zig
versions are not actively unsupported (however build files for v0.10 and v0.11
are still included)
**IMPORTANT:** Due to recent syntax & build system changes in Zig
[v0.12.0](https://ziglang.org/download/0.12.0/release-notes.html) &
[v0.13.0](https://ziglang.org/download/0.13.0/release-notes.html), older Zig
versions are not actively supported (however, [build files for older versions
are still
included](https://github.com/thi-ng/umbrella/blob/develop/packages/wasm-api/zig))

@@ -329,0 +337,0 @@ ```zig

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc