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

fix: remove unexported import test from high level data types example #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pranav2612000
Copy link

Tutorial Link: https://wasmbyexample.dev/examples/passing-high-level-data-types-with-wasm-bindgen/passing-high-level-data-types-with-wasm-bindgen.rust.en-us.html#

Here in our lib.rs file, we aren't exporting a test function. But we are trying to import in index.js file resulting in an error. This PR fixes that by updating the documentation to remove the unexported import.

@netlify
Copy link

netlify bot commented Jan 27, 2023

Deploy Preview for wasmbyexample ready!

Name Link
🔨 Latest commit b6d1252
🔍 Latest deploy log https://app.netlify.com/sites/wasmbyexample/deploys/63d3ef94b6ab120008173bb9
😎 Deploy Preview https://deploy-preview-161--wasmbyexample.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

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.

None yet

1 participant