WebAssembly.Instance
E548571
WebAssembly.Instance is a JavaScript object representing a live, executable WebAssembly module with its associated state and exported functions.
All labels observed (1)
| Label | Occurrences |
|---|---|
| WebAssembly.Instance canonical | 3 |
How this entity was disambiguated
This entity first appeared as the object of triple T5765522 — 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.Instance Context triple: [WebAssembly.instantiateStreaming, returnValueIncludes, WebAssembly.Instance]
-
A.
WebAssembly.instantiate
WebAssembly.instantiate is a JavaScript API function that compiles and instantiates WebAssembly modules, returning ready-to-use module instances and their exported functions.
-
B.
WebAssembly.Module
WebAssembly.Module is a JavaScript object representing a compiled WebAssembly binary that can be efficiently instantiated and executed in web or other host environments.
-
C.
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.
-
D.
WebAssembly.instantiateStreaming
WebAssembly.instantiateStreaming is a JavaScript API function that compiles and instantiates a WebAssembly module directly from a streamed source, such as a fetch response, for efficient loading and execution in the browser.
-
E.
WebAssembly.compile
WebAssembly.compile is a JavaScript API function that compiles WebAssembly binary code into an executable WebAssembly.Module object, enabling efficient reuse across multiple instantiations.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: WebAssembly.Instance Target entity description: WebAssembly.Instance is a JavaScript object representing a live, executable WebAssembly module with its associated state and exported functions.
-
A.
WebAssembly.instantiate
WebAssembly.instantiate is a JavaScript API function that compiles and instantiates WebAssembly modules, returning ready-to-use module instances and their exported functions.
-
B.
WebAssembly.Module
WebAssembly.Module is a JavaScript object representing a compiled WebAssembly binary that can be efficiently instantiated and executed in web or other host environments.
-
C.
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.
-
D.
WebAssembly.instantiateStreaming
WebAssembly.instantiateStreaming is a JavaScript API function that compiles and instantiates a WebAssembly module directly from a streamed source, such as a fetch response, for efficient loading and execution in the browser.
-
E.
WebAssembly.compile
WebAssembly.compile is a JavaScript API function that compiles WebAssembly binary code into an executable WebAssembly.Module object, enabling efficient reuse across multiple instantiations.
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
JavaScript constructor
ⓘ
WebAssembly API interface ⓘ |
| availableIn |
Node.js
NERFINISHED
ⓘ
Web browsers ⓘ |
| canBeCreatedBy |
WebAssembly.instantiate returning { module, instance }
ⓘ
WebAssembly.instantiateStreaming returning { module, instance } ⓘ |
| category | low-level binary code execution interface ⓘ |
| constructorSignature | new WebAssembly.Instance(module, importObject) ⓘ |
| definedIn | WebAssembly JavaScript API NERFINISHED ⓘ |
| enables |
calling WebAssembly exports from JavaScript
ⓘ
sharing memory between JavaScript and WebAssembly ⓘ using WebAssembly tables from JavaScript ⓘ |
| exportsContains |
exported WebAssembly functions
ⓘ
exported WebAssembly globals ⓘ exported WebAssembly memories ⓘ exported WebAssembly tables ⓘ |
| hasAssociated |
exports
ⓘ
state ⓘ |
| hasInternal |
global variable state
ⓘ
memory state ⓘ module state ⓘ table state ⓘ |
| hasNo | direct method to access underlying bytecode ⓘ |
| hasProperty | exports ⓘ |
| hasPrototype | WebAssembly.Instance.prototype ⓘ |
| introducedIn | ECMAScript WebAssembly integration NERFINISHED ⓘ |
| isSynchronous | true ⓘ |
| language | JavaScript NERFINISHED ⓘ |
| lifecycle | lives as long as referenced by JavaScript ⓘ |
| mayRun | start function on instantiation ⓘ |
| moduleRelationship | is bound to a single WebAssembly.Module ⓘ |
| optionalArgument | importObject ⓘ |
| propertyType | exports is an object ⓘ |
| prototypeProperty | constructor ⓘ |
| relatedTo |
WebAssembly.instantiate
NERFINISHED
ⓘ
WebAssembly.instantiateStreaming NERFINISHED ⓘ |
| represents | live executable WebAssembly module ⓘ |
| requiresArgument | WebAssembly.Module NERFINISHED ⓘ |
| securityContext | same origin as creating script ⓘ |
| specDocument | WebAssembly JavaScript Interface specification NERFINISHED ⓘ |
| standardizedBy | W3C WebAssembly Working Group NERFINISHED ⓘ |
| subjectTo | WebAssembly sandboxing rules ⓘ |
| throwsOnError |
LinkError on import resolution failure
ⓘ
RuntimeError on start function trap ⓘ TypeError if module is not a WebAssembly.Module ⓘ |
| usedFor | instantiating a WebAssembly module synchronously ⓘ |
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.Instance Description of subject: WebAssembly.Instance is a JavaScript object representing a live, executable WebAssembly module with its associated state and exported functions.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.