Charlotte.jl
Charlotte.jl copied to clipboard
Nicer export interface
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.