mirror of https://github.com/webpack/webpack.git
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
|
import { add, getNumber } from "./wasm.wat?1";
|
||
|
|
||
|
export function run() {
|
||
|
return add(getNumber(), 2);
|
||
|
}
|