[JS API] Expose BinaryenStringConst (#8951)
Exposes the `BinaryenStringConst` API via a new `Module#string.const()`
method.
Usage:
```js
const mod = new binaryen.Module();
const expr = mod.string.const("a JavaScript string value");
```
Supersedes #8160. C
Chris Harvey committed
15bd4f0602725b4c63546686cbb9fae51a83396d
Parent: bbfbb25
Committed by GitHub <noreply@github.com>
on 7/29/2026, 9:11:25 PM