Skip to content

linking with cc failed: exit code: 1 #415

@justintim-es

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

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