WebAssembly.LinkError
E127202
WebAssembly.LinkError is a JavaScript error type representing failures that occur when linking a WebAssembly module to its imports or environment.
All labels observed (3)
| Label | Occurrences |
|---|---|
| WebAssembly.LinkError canonical | 3 |
| LinkError | 2 |
| WebAssembly error type | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T1103207 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: WebAssembly.LinkError Context triple: [WebAssembly JavaScript Interface, definesInterface, WebAssembly.LinkError]
-
A.
WebAssembly JavaScript Interface
The WebAssembly JavaScript Interface is the standard API that defines how JavaScript code interacts with and controls WebAssembly modules within web browsers and other host environments.
-
B.
WebAssembly System Interface
The WebAssembly System Interface (WASI) is a modular, portable set of system APIs that allows WebAssembly programs to interact safely and consistently with operating system features like files, networking, and clocks across different platforms.
-
C.
WebAssembly specification
The WebAssembly specification is a standardized, low-level binary instruction format designed to enable high-performance, portable code execution on the web and other platforms.
-
D.
Deno
Deno is a modern, secure JavaScript and TypeScript runtime created by Ryan Dahl as a successor to Node.js, featuring built-in TypeScript support and a permission-based security model.
-
E.
WebGL
WebGL is a JavaScript API that enables hardware-accelerated 2D and 3D graphics rendering within web browsers without the need for plugins.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: WebAssembly.LinkError Target entity description: WebAssembly.LinkError is a JavaScript error type representing failures that occur when linking a WebAssembly module to its imports or environment.
-
A.
WebAssembly JavaScript Interface
The WebAssembly JavaScript Interface is the standard API that defines how JavaScript code interacts with and controls WebAssembly modules within web browsers and other host environments.
-
B.
WebAssembly System Interface
The WebAssembly System Interface (WASI) is a modular, portable set of system APIs that allows WebAssembly programs to interact safely and consistently with operating system features like files, networking, and clocks across different platforms.
-
C.
WebAssembly specification
The WebAssembly specification is a standardized, low-level binary instruction format designed to enable high-performance, portable code execution on the web and other platforms.
-
D.
Deno
Deno is a modern, secure JavaScript and TypeScript runtime created by Ryan Dahl as a successor to Node.js, featuring built-in TypeScript support and a permission-based security model.
-
E.
WebGL
WebGL is a JavaScript API that enables hardware-accelerated 2D and 3D graphics rendering within web browsers without the need for plugins.
- F. None of above. chosen
Statements (39)
| Predicate | Object |
|---|---|
| instanceOf |
Constructor
ⓘ
Error type ⓘ Function ⓘ |
| availableIn |
Node.js with WebAssembly support
ⓘ
Web browsers with WebAssembly support ⓘ |
| canBeConstructedWith |
new WebAssembly.LinkError()
ⓘ
new WebAssembly.LinkError(message) ⓘ new WebAssembly.LinkError(message, options) ⓘ |
| defaultNameValue |
WebAssembly.LinkError
self-linksurface differs
ⓘ
surface form:
LinkError
|
| definedIn |
WebAssembly JavaScript Interface
ⓘ
surface form:
WebAssembly API
|
| differsFrom |
WebAssembly.CompileError
ⓘ
WebAssembly.RuntimeError ⓘ |
| errorPhase | Linking phase of WebAssembly instantiation ⓘ |
| hasCategory |
Runtime error
ⓘ
WebAssembly error ⓘ |
| hasMDNDocumentation | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError ⓘ |
| hasProperty |
message
ⓘ
name ⓘ stack ⓘ |
| inheritsFrom | Error.prototype ⓘ |
| introducedFor | Linking failures of WebAssembly modules ⓘ |
| partOf |
JavaScript
ⓘ
surface form:
JavaScript language
WebAssembly JavaScript Interface ⓘ
surface form:
WebAssembly JavaScript API
|
| prototypePropertyOf | WebAssembly.LinkError.prototype ⓘ |
| standardizedBy |
WebAssembly specification
ⓘ
surface form:
ECMAScript WebAssembly specification
|
| subclassOf |
Error
ⓘ
WebAssembly.LinkError self-linksurface differs ⓘ
surface form:
WebAssembly error type
|
| thrownBy |
WebAssembly.Module constructor in some embedding contexts
ⓘ
WebAssembly.instantiate ⓘ WebAssembly.instantiateStreaming ⓘ |
| thrownWhen |
A WebAssembly module fails to link to its environment
ⓘ
A WebAssembly module fails to link to its imports ⓘ A WebAssembly.Memory import has an incompatible configuration ⓘ A WebAssembly.Table import has an incorrect element type ⓘ A function import has an incompatible signature ⓘ An import in a WebAssembly module has an incompatible type ⓘ An import in a WebAssembly module is missing ⓘ |
| usedFor |
Diagnosing incorrect or missing WebAssembly imports
ⓘ
Reporting environment mismatches for WebAssembly modules ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: WebAssembly.LinkError Description of subject: WebAssembly.LinkError is a JavaScript error type representing failures that occur when linking a WebAssembly module to its imports or environment.
Referenced by (6)
Full triples — surface form annotated when it differs from this entity's canonical label.