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

Change run_wasm_cli_with_css to run_wasm_with_css readme.md #45

Closed
wants to merge 1 commit into from

Conversation

reeceyang
Copy link

It looks like the example is out of date, as the function to run is now called run_wasm_with_css

@rukai
Copy link
Owner

rukai commented May 28, 2024

Thanks for the PR!

It looks like run_wasm_with_css is deprecated in favor of run_wasm_cli_with_css but I never got around to releasing cargo-run-wasm since then:

cargo-run-wasm/src/lib.rs

Lines 411 to 414 in 99181f0

#[deprecated(note = "renamed to run_wasm_cli_with_css")]
pub fn run_wasm_with_css(css: &str) {
run_wasm_cli_with_css(css)
}

I'll close this PR and release 0.4.0 to fix the issue.
Thanks for bringing this to my attention.

@rukai rukai closed this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants