You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
<p>WebAssembly is a standard, a safe, portable, low-level code format. The
258
+
security considerations associated with executing WebAssembly code are
259
+
described in https://www.w3.org/TR/wasm-core/#security-considerations.</p>
260
+
<p>The WebAssembly format includes no integrity or privacy protection. If
261
+
such protection is needed it must be provided externally, e.g., through
262
+
the use of HTTPS.</p>
263
+
</dd>
258
264
<dt>Interoperability Considerations:</dt>
259
-
<dd>See see WebAssembly Core Conformance<br/>
265
+
<dd>See WebAssembly Core Conformance<br/>
260
266
https://www.w3.org/TR/wasm-core/#conformance</dd>
261
267
<dt>Published specification:</dt>
262
-
https://www.w3.org/TR/wasm-core-1/
268
+
<dd>https://www.w3.org/TR/wasm-core-1/
263
269
https://www.w3.org/TR/wasm-js-api-1/
264
-
https://www.w3.org/TR/wasm-web-api-1/
270
+
https://www.w3.org/TR/wasm-web-api-1/</dd>
265
271
<dt>Application Usage:</dt>
266
-
<dd>The application/wasm media type is already in use as the type used to describe WebAssembly files when sent over HTTP to be executed by browsers, which is a common scenario. Additionally, several WebAssembly runtimes that take advantage of the safety and portability while targeting efficient execution and compact representation.</dd>
272
+
<dd>The application/wasm media type is intended for use as the type used to
273
+
describe WebAssembly files when sent over HTTP to be executed by browsers,
274
+
which is a common scenario. Additionally, the type is used by several
275
+
WebAssembly runtimes that take advantage of the safety and portability
276
+
while targeting efficient execution and compact representation.</dd>
0 commit comments