mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
8be2bbf074
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)); ``` |
||
---|---|---|
.. | ||
assets | ||
bench | ||
benches | ||
cache | ||
cert | ||
check | ||
commonjs | ||
compile | ||
coverage | ||
dynamic_import | ||
encoding | ||
file_extensions | ||
fmt | ||
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 | ||
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 |