1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/info
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
..
_054_info_local_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
byonm fix(info): error instead of panic for npm specifiers when using byonm (#25947) 2024-09-30 19:46:43 +00:00
data_null_error feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
dynamic_imports_tmpl_lit feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
flag BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
flag_location BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
flag_script_jsx feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
import_map fix(info): resolve workspace member mappings (#26350) 2024-10-18 21:45:05 +02:00
json BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
json_deps_order fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_file fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_location BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
missing_module feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_redirects fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
package_json_basic fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
package_json_basic_auto_install test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
recursive_modules feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
ts_error chore(specs): use jsonc for metadata file (#22946) 2024-03-15 17:27:52 +00:00
type_import 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
wasm_module feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00
with_config_override feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
workspace_member fix(info): resolve workspace member mappings (#26350) 2024-10-18 21:45:05 +02:00