MikeInnes/Charlotte.jl

Nicer export interface

MikeInnes opened this issue · 0 comments

We should be able to write something like

@wasm begin
  foo(Int, Int)::Int
  bar(Float64)::Bool
end

and have this directly create a WebAssembly binary. Perhaps even wrapper code so that foo and bar can be immediately imported and used from JS.