Skip to content

Commit f2472fd

Browse files
committed
Register interactive commands in Wasm CLI
1 parent 8e040d5 commit f2472fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/glj/main_wasm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
// Bootstrap the runtime
99
_ "github.com/glojurelang/glojure/pkg/glj"
1010
"github.com/glojurelang/glojure/pkg/gljmain"
11+
_ "github.com/glojurelang/glojure/pkg/gljmain/interactive"
1112
)
1213

1314
func main() {

0 commit comments

Comments
 (0)