Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
binaryen from
'./binaryen.js'
;
2
3
export
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