1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/doc
David Sherret 8be2bbf074
feat: Wasm module support (#26668)
Support for Wasm modules.

Note this implements the standard where the default export is the
instance (not the module). The module will come later with source phase
imports.

```ts
import { add } from "./math.wasm";

console.log(add(1, 2));
```
2024-11-19 18:59:23 -05:00
..
_060_deno_doc_displays_all_overloads_in_details_view chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
builtin chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
deno_doc chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
html chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
html_lint_referenced_private_types_fixed chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
import_map chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
invalid_url chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
json feat: include version number in all --json based outputs (#25335) 2024-09-05 08:51:40 +00:00
lint_html_success refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
lint_json_success feat: include version number in all --json based outputs (#25335) 2024-09-05 08:51:40 +00:00
lint_referenced_private_types_error chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
lint_referenced_private_types_fixed chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
lint_success chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
referenced_private_types chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
types_header feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
types_header_direct feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
types_hint chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
types_ref chore: deprecate doc itests (#25452) 2024-09-05 08:09:09 +00:00
wasm feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00