mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 15:42:18 -05:00
![David Sherret](/assets/img/avatar_default.png)
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)); ```
4 lines
56 B
JSON
4 lines
56 B
JSON
{
|
|
"args": "run -A main.cjs",
|
|
"output": "main.out"
|
|
}
|