Skip to content

linking with cc failed: exit code: 1 #415

Description

@justintim-es

Hi im just trying to compile the following with stdweb

#[macro_use]
extern crate stdweb;

fn main() {
    let message = "Hello, WASM";
    js! {
        console.log( @{message} )
    }
}

Gives me the following error
linking with `cc` failed: exit code: 1
version 0.4.20

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions