deno/tests/testdata
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
..
assets
bench
benches
cache
cert
check
commonjs
compile
coverage
dynamic_import
encoding
file_extensions
fmt feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
image
import_attributes
import_maps
info
inspector
install
jsx
jupyter
lint/watch
lockfile
lsp
malformed_config
module_graph
node
npm
publish
repl
run
runtime
serve
subdir
task
test
tls
tsc
tsc2
type_definitions
unfurl
wasm feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00
webcrypto
webgpu
workers
add.ts
cat.ts
echo_server.ts
echo.ts
env
navigator_language.ts
navigator_languages.ts
spawn_kill_permissions.ts
symlink_to_subdir
welcome.ts