We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b000c3 commit 69520b9Copy full SHA for 69520b9
bin/main.wasm
0 Bytes
cmd/wasm/wasm.go
@@ -10,8 +10,8 @@ func main() {
10
defaultConfigFn := js.FuncOf(defaultConfig)
11
parseFn := js.FuncOf(parseTML)
12
13
- js.Global().Set("TML.parse", parseFn)
14
- js.Global().Set("TML.withDefaultConfig", defaultConfigFn)
+ js.Global().Set("TML_parse", parseFn)
+ js.Global().Set("TML_withDefaultConfig", defaultConfigFn)
15
}
16
17
func parseTML(_ js.Value, args []js.Value) interface{} {
0 commit comments