diff options
| author | JF Bastien <jfb@chromium.org> | 2016-03-15 10:54:52 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2016-03-15 10:54:52 -0700 |
| commit | fd1aab9fc11d2d92674ff08f94470d741d7f3e4a (patch) | |
| tree | 67d77856d54ce48783b1e95a2075ad7b8acd6882 /Web.md | |
| parent | 76cb68fc292ee793434af34bd4f21905f017f3d8 (diff) | |
| download | nanowasm-design-fd1aab9fc11d2d92674ff08f94470d741d7f3e4a.tar.gz | |
Skeleton for the Wasm object
We should document this better. Here's a start.
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ than if the module was JavaScript. More concretely, the following is a list of points of contact between WebAssembly and the rest of the Web platform that have been considered: +## The `Wasm` object + +WebAssembly is exposed to the Web through a `Wasm` object, whose API is designed +to provide a powerful, idiomatic set of methods and properties to instantiate +and introspect WebAssembly modules directly from JavaScript. + ## Modules WebAssembly's [modules](Modules.md) allow for natural [integration with |
