-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
buiild(bindings/wasm): Fix Wasm build #7666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swc-bump:
- dbg-swc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated review comment generated by auto-rebase script
I still get something wrong with getrandom. |
I changed the compilation target from |
still have error for my plugin:
|
@Jack-Works It's completely unrelated |
I found I need If I remove this feature, it directly fails to compile:
But I did not use [dependencies]
serde = "1"
serde_json = "1"
swc_core = { version = "0.79.16", features = [
"ecma_ast",
"ecma_utils",
"ecma_visit",
"ecma_plugin_transform",
"swc_atoms",
"swc_plugin",
"testing_transform",
] }
testing = "0.33.5"
tracing = { version = "0.1.37", features = ["release_max_level_off"] } is there anything unneeded for a wasm plugin? |
I opened a new issue #7729 |
Description:
Related issue:
@swc/wasm
releases are missing since1.3.66
#7663.