On 04/09/2012 01:00 PM, Brian Anderson wrote:
On 04/04/2012 02:55 AM, Mohd. Bilal Husain wrote:
Passed a dumb sample rust bitcode to emscripten, got js functions#. Realized I need to run on core modules too for printing simple hello world. Took io from libcore, decimated code to avoid few build errors, emcc throws error

    Unclear type in struct

Anyways, need to figure out how to build native modules and core lib, std lib; and how to map these modules to imports in a sample hello-world.

I did some tinkering this weekend and found the following:

* Emscripten doesn't handle quoted labels, fixed in my branch: https://github.com/brson/emscripten/tree/rust

This was fixed on emscripten master independently of my fix, so it's no longer in my branch
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to