MCPcopy Create free account
hub / github.com/GoogleChrome/samples /

Class

examplescript-to-wasm/compiler.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import binaryen from './binaryen.js';
2
3export default class Compiler {
4 compile(parsed) {
5 const module = new binaryen.Module();
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected