We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jco transpile
I want to migrate some of jco's functionality to my rust toolchain, but I don't know how to get output similar to jco transpile.
jco transpile generate a node module with imports.
but rust side transpile generate a function like instantiate (getCoreModule,imports,instantiateCore=WebAssembly.instantiate)
instantiate (getCoreModule,imports,instantiateCore=WebAssembly.instantiate)
Am I using the incorrect function or do I need a specific js_component_bindgen version?
js_component_bindgen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to migrate some of jco's functionality to my rust toolchain, but I don't know how to get output similar to
jco transpile
.jco transpile
generate a node module with imports.but rust side transpile generate a function like
instantiate (getCoreModule,imports,instantiateCore=WebAssembly.instantiate)
Am I using the incorrect function or do I need a specific
js_component_bindgen
version?The text was updated successfully, but these errors were encountered: