-
Notifications
You must be signed in to change notification settings - Fork 25
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
Document the WASM build process for the core #100
Comments
I think GitHub's anti-spam is kicking in so I can't assign you yet @CatMe0w, but this is here for your reference. Maybe if you leave a comment on the issue I can assign it? |
Looks like I can assign myself. But I'll have to check the tasks later. |
Will we use WASI? Ferrostar Rust core is more like a "pure computation" library in my opinion and doesn't interact with system interfaces by itself. A basic, minimal |
Yes, excellent point :) I think |
I've been mulling this over a bit. Might actually need to go ahead and make the core not require WASI as that is possible but not easy to run in a web browser right now. I'll give that a bit of thought. Let me know if you've turned up anything as well @CatMe0w. |
I think this will be closed by #120. There shouldn't be much else needed to get going this summer; building is a single command, and if you use rustup, it should automatically install the needed toolchains. |
This task covers the bare minimum to get a wasm module. I think this is pretty straightforward, but we need to decide what looks like the best option + document our choices.
cargo-wasi
; seems to make things easier?The text was updated successfully, but these errors were encountered: