PR-URL: https://github.com/nodejs/node/pull/30617 Fixes: https://github.com/nodejs/node/issues/30600 Reviewed-By: Guy Bedford <guybedford@gmail.com>
2 lines
90 B
JavaScript
2 lines
90 B
JavaScript
import { add, addImported } from './simple.wasm';
|
|
import { state } from './wasm-dep.mjs';
|