Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM Module #104

Open
furesoft opened this issue Nov 2, 2021 · 1 comment
Open

WASM Module #104

furesoft opened this issue Nov 2, 2021 · 1 comment
Labels
question Further information is requested

Comments

@furesoft
Copy link

furesoft commented Nov 2, 2021

Is there a downloadable wasm module with no-std to use in no rust environments?

@furesoft furesoft added the question Further information is requested label Nov 2, 2021
@bjorn3
Copy link

bjorn3 commented Nov 2, 2021

wee_malloc doesn't seem to expose any C interface. You could make your own wrapper exporting a C interface and use staticlib as crate type for this wrapper to get a .a file you can link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants