MikeInnes / WebAssembly.jl

Other
83 stars 11 forks source link

[WIP] File utilities using WABT #7

Closed tshort closed 6 years ago

tshort commented 6 years ago

This add a few methods for file IO, particularly for writing wast and wasm files.

This uses WABT with binaries from WABTBuilder.

I've only really tested this on Linux.

It's marked as WIP because there are no tests, yet.

MikeInnes commented 6 years ago

LGTM. I can easily test on OS X if you need me to.

tshort commented 6 years ago

No hurry on testing on OS X, @MikeInnes.